All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.aglet.event.PersistencyAdapter

java.lang.Object
   |
   +----com.ibm.aglet.event.PersistencyAdapter

public class PersistencyAdapter
extends Object
implements PersistencyListener
The adapter which receives persistency events. This class is provided as convenience for easily creating listerns by extending this class and overriding only the methods of interest.


Constructor Index

 o PersistencyAdapter()

Method Index

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

Constructors

 o PersistencyAdapter
 public PersistencyAdapter()

Methods

 o onDeactivating
 public void onDeactivating(PersistencyEvent event)
Invoked when an aglet is attempted to deactivate.

 o onActivation
 public void onActivation(PersistencyEvent event)
Invoked just after the aglet was activated.


All Packages  Class Hierarchy  This Package  Previous  Next  Index