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

Class aglet.event.PersistencyAdapter

java.lang.Object
   |
   +----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)
 o onDeactivating(PersistencyEvent)

Constructors

 o PersistencyAdapter
  public PersistencyAdapter()

Methods

 o onDeactivating
  public void onDeactivating(PersistencyEvent event)
 o onActivation
  public void onActivation(PersistencyEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index