All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.aglet.event.MobilityAdapter

java.lang.Object
   |
   +----com.ibm.aglet.event.MobilityAdapter

public class MobilityAdapter
extends Object
implements MobilityListener
The adapter which receives mobility 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 MobilityAdapter()

Method Index

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

Constructors

 o MobilityAdapter
 public MobilityAdapter()

Methods

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

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index