| Interface | Description |
|---|---|
| INotificationListener |
Called to inform a listener about an event occurrence.
|
| INotificationObserver<M extends INotificationSupport> |
An object that observes another.
|
| INotificationSupport |
The implementor supports registration of
INotificationListener
objects to be informed about events. |
| Class | Description |
|---|---|
| ActivatedEvent |
An event indicating the activation of an application component.
|
| AttributeChangedEvent |
An event representing an objects state change.
|
| CancelEvent |
An event indicating the negatively acknowledged outcome of an execution.
|
| CancelRequestedEvent |
An event indicating the request to deny positive termination.
|
| CreatedEvent |
An event indicating the creation of a new instance by a factory.
|
| DeactivatedEvent |
An event indicating the de-activation of an application component.
|
| DeferredEventDispatcher |
Pluggable helper object for management and dispatching of events.
|
| DestroyedEvent |
An event indicating the destruction of an instance.
|
| Event |
Abstract superclass for event implementations.
|
| EventDispatcher |
Pluggable helper object for management and dispatching of events.
|
| EventType |
The type of an
Event. |
| LifecycleWatchdog |
A tool for intercepting and handling lifecycle related events.
|
| MessageEvent |
An event indicating a one way message to an observer.
|
| OkEvent |
An event indicating the positively acknowledged outcome of an execution.
|
| OkRequestedEvent |
An event indicating the the request to positively terminate.
|
| 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.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.