Interface aglet.event.PersistencyListener
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface aglet.event.PersistencyListener

public interface PersistencyListener
extends Object
extends Serializable
agletの永続性(persistency)のイベントを受け取るlistenerのインターフェース

Method Index

 o onActivation(PersistencyEvent)
agletが活性化(activate)された直後に呼ばれる.
 o onDeactivating(PersistencyEvent)
agletが非活性化(deactivate)されようとしているときに呼ばれる.

Methods

 o onDeactivating
  public abstract void onDeactivating(PersistencyEvent event)
agletが非活性化(deactivate)されようとしているときに呼ばれる.
 o onActivation
  public abstract void onActivation(PersistencyEvent event)
agletが活性化(activate)された直後に呼ばれる.

All Packages  Class Hierarchy  This Package  Previous  Next  Index