All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.aglet.event.MobilityListener

public interface MobilityListener
extends EventListener, Serializable
The listener interface for receiving mobility events on an aglet.


Method Index

 o onArrival(MobilityEvent)
Invoked just after the aglet arrived at the destination
 o onDispatching(MobilityEvent)
Invoked when the aglet is attempted to dispatch.
 o onReverting(MobilityEvent)
Invoked when the aglet is retracted.

Methods

 o onDispatching
 public abstract void onDispatching(MobilityEvent event)
Invoked when the aglet is attempted to dispatch.

 o onReverting
 public abstract void onReverting(MobilityEvent event)
Invoked when the aglet is retracted.

 o onArrival
 public abstract void onArrival(MobilityEvent event)
Invoked just after the aglet arrived at the destination


All Packages  Class Hierarchy  This Package  Previous  Next  Index