Interface aglet.event.PersistencyListener
All Packages Class Hierarchy This Package Previous Next Index
Interface aglet.event.PersistencyListener
- public interface PersistencyListener
- extends Object
- extends Serializable
The listener interface for receiving persistency events on an aglet.
-
onActivation(PersistencyEvent)
- Invoked just after the aglet was activated.
-
onDeactivating(PersistencyEvent)
- Invoked when an aglet is attempted to deactivate.
onDeactivating
public abstract void onDeactivating(PersistencyEvent event)
- Invoked when an aglet is attempted to deactivate.
onActivation
public abstract void onActivation(PersistencyEvent event)
- Invoked just after the aglet was activated.
All Packages Class Hierarchy This Package Previous Next Index