| 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 |
|
| 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 |
|
| 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.
|