| Interface | Description |
|---|---|
| IChangeSupport | Deprecated |
| IEvent |
An object indicating an event.
|
| IEventDispatcher |
An object that supports event broadcasting.
|
| INotificationListener |
Called to inform a listener about an event occurrence.
|
| INotificationSupport |
The implementor supports registration of
INotificationListener
objects to be informed about event. |
| IRequestEvent |
| Class | Description |
|---|---|
| AbstractEventFacade | |
| ActivatedEvent |
An event indicating the activation of an application component.
|
| AttributeChangedEvent |
An event representing an objects state change.
|
| AttributeChangeListener |
A convenience implementation for listening to attribute change events.
|
| CancelEvent |
An event indicating the negatively acknowledged outcome of an execution.
|
| CancelRequestedEvent |
An event indicating the request to deny positive termination.
|
| CommonNotificationSupport |
A convenience implementation to plugin
INotificationSupport. |
| CreatedEvent |
An event indicating the creation of a new instance by a factory.
|
| DeactivatedEvent |
An event indicating the de-activation of an application component.
|
| DestroyedEvent |
An event indicating the destruction of an instance.
|
| Event |
Abstract superclass for event implementations.
|
| EventDispatcher |
Helper object for management and dispatching of events.
|
| EventTools | |
| EventType |
The type of an
Event. |
| LifecycleWatchdog |
A tool for intercepting and handling lifecycle related events.
|
| NotificationSupportProxy | |
| OkEvent |
An event indicating the positively acknowledged outcome of an execution.
|
| OkRequestedEvent |
An event indicating the the request to positively terminate.
|
| RequestEvent | |
| RequestEventFacade | |
| ResumedEvent |
An event indicating that a component is resumed.
|
| SelectionEvent |
An event indicating a selection.
|
| StartedEvent |
An event indicating the start of an application component.
|
| StoppedEvent |
An event indicating the stop of an application component.
|
| StopRequestedEvent |
An event indicating that the stop for an application component was requested.
|
| SuspendedEvent |
An event indicating that a component is supended.
|