See: Description
| Interface | Description |
|---|---|
| ActionListener<R> |
An object that needs to perform some cascaded operations after
a trigger event takes place on a target object.
|
| LifeCycleListener<R> |
A
LifeCycleListener is a class with an interest in a particular
life-cycle event such as object retirement. |
| Class | Description |
|---|---|
| AbstractAction<R> | |
| AbstractContexedAction<R> |
A
AbstractAction that implements Contexed |
| AbstractContextedListener<R> |
A
AbstractListener that implements Contexed |
| AbstractListener<R> |
A default (does nothing)
LifeCycleListener. |
| ActionList<T extends DataObject> |
A
LinkedList of AbstractActions that is populated
from configuration parameters. |
| ListenerList<T extends DataObject> |
A
LinkedList of AbstractActions that is populated
from configuration parameters. |
| Exception | Description |
|---|---|
| LifeCycleException |
An
Exception thrown when a LifeCycleListener wished to veto a
user operation. |