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.

Method Index

 o onActivation(PersistencyEvent)
Invoked just after the aglet was activated.
 o onDeactivating(PersistencyEvent)
Invoked when an aglet is attempted to deactivate.

Methods

 o onDeactivating
  public abstract void onDeactivating(PersistencyEvent event)
Invoked when an aglet is attempted to deactivate.
 o onActivation
  public abstract void onActivation(PersistencyEvent event)
Invoked just after the aglet was activated.

All Packages  Class Hierarchy  This Package  Previous  Next  Index