| Interface | Description |
|---|---|
| CRUDLifecycle<M> |
Common interface for component CRUD life cycle methods.
|
| CRUDLifecycleListener<M> |
Interface defining a listener for significant events (including "model
create, update, delete operation) generated by a component that implements
the CRUDLifecycle interface.
|
| Lifecycle<M,S> |
Common interface for component life cycle methods.
|
| LifecycleListener<M,S> |
Interface defining a listener for significant events (including "component
start" and "component stop" generated by a component that implements the
Lifecycle interface.
|
| PropertyChangeListener |
The
PropertyChangeListener is fired whenever a bean changes a
"bound" property. |
| Class | Description |
|---|---|
| CRUDLifecycleEvent<M> |
General event for notifying listeners of significant changes on a service
that implements the CRUDLifecycle interface.
|
| Event |
A tagging class that all event listeners must extend.
|
| LifecycleEvent<M,L> |
General event for notifying listeners of significant changes on a component
that implements the Lifecycle interface.
|
| PropertyChangeEvent |
A
PropertyChangeEvent event gets delivered whenever a model
changes a "bound" or "constrained" property. |
| Exception | Description |
|---|---|
| LifecycleException |
General purpose exception that is thrown to indicate a lifecycle related
problem.
|
Copyright © 2011–2015 eXo Platform SAS. All rights reserved.