Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] Listening for Entity Generation operations

Hello,

Is there a way I can listen for newly generated entities?

I see as a result of this change (https://bugs.eclipse.org/bugs/show_bug.cgi?id=181816) in the maintenance stream that entities are now generated in the background when created with your wizard.

I have a wizard containing a button that allows a user to launch your entity wizard and when that returns I populate a table with the newly created entities. Now that these are being generated in the background I need a way to know when all the entity generation operations are complete or at least be notified every time a new entity is created so I can add it to my table.

Is there a way to do this?

Thanks,
Chris


Back to the top