| Interface | Description |
|---|---|
| RecordChangeListener |
Classes which need to receive notifications about the changes in state of
DMOs of particular types must implement this interface and register
themselves with the local ChangeBroker as listeners.
|
| RepositionListener |
Implemented by classes whose instances need to know about query reposition
events as they happen.
|
| SessionListener |
Implemented by classes whose instances need to know about session life
cycle events as they happen.
|
| VirtualResultsListener |
Classes that need to be notified of changes in obtained results detected
while getting them.
|
| Class | Description |
|---|---|
| GlobalChangeEvent |
A DMO change event which is shared across sessions.
|
| RecordChangeEvent |
The event sent with DMO state change notifications.
|
| Enum | Description |
|---|---|
| RecordChangeEvent.Type |
Event types
|
| SessionListener.Event |
Type of session event
|
| SessionListener.Scope |
Scope of listener registration
|
| Exception | Description |
|---|---|
| EventRegistrationException |
Exception thrown for global event registration errors.
|