com.ibm.aglet.event
Interface PersistencyListener

All Superinterfaces:
java.util.EventListener, java.io.Serializable
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.

Version:
1.00 $Date: 2001/07/28 06:34:10 $
Author:
Mitsuru Oshima

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

onActivation

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

onDeactivating

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