Interface | Description |
---|---|
IUpdateCompleteListener |
This interface is used for listening to update complete events sent by an
IUpdateCompleteProvider . |
IUpdateCompleteProvider |
This interface is used to register listeners for a given type of update complete event.
|
Class | Description |
---|---|
IQBaseCallbackUpdateCompleteProvider |
This provider implementation uses the IQBase after update callback as
an event source for update complete events.
|
IQEngineUpdateCompleteProvider |
This provider implementation uses the IncQueryEngine model update listener as
an event source for update complete events.
|
TransactionUpdateCompleteProvider |
This provider implementation uses the EMF Transaction notification as
an event source for update complete events.
|
UpdateCompleteProvider |
This abstract implementation allows the registration of listeners and calls them when
an update complete event occurs.
|