com.ibm.aglet.event
Interface PersistencyListener

All Known Implementing Classes:
AgletEventListener, PersistencyAdapter

public interface PersistencyListener
extends java.util.EventListener, java.io.Serializable

The listener interface for receiving persistency events on an aglet.


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.
 

Method Detail

onDeactivating

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

onActivation

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