|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.aglet.event.PersistencyAdapter
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 Summary | |
PersistencyAdapter()
|
Method Summary | |
void |
onActivation(PersistencyEvent event)
Invoked just after the aglet was activated. |
void |
onDeactivating(PersistencyEvent event)
Invoked when an aglet is attempted to deactivate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PersistencyAdapter()
Method Detail |
public void onActivation(PersistencyEvent event)
onActivation
in interface PersistencyListener
public void onDeactivating(PersistencyEvent event)
onDeactivating
in interface PersistencyListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |