LifecycleListenerpublic interface LifecycleListener Interface defining a listener for significant events (including "component
start" and "component stop" generated by a component that implements the
Lifecycle interface. |
Methods Summary |
---|
public void | lifecycleEvent(LifecycleEvent event)Acknowledge the occurrence of the specified event.
|
|