|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ibm.aglet.event.MobilityAdapter
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 Summary | |
MobilityAdapter()
|
|
| Method Summary | |
void |
onArrival(MobilityEvent event)
Invoked when the aglet is retracted. |
void |
onDispatching(MobilityEvent event)
Invoked when the aglet is attempted to dispatch. |
void |
onReverting(MobilityEvent event)
Invoked just after the aglet arrived at the destination |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MobilityAdapter()
| Method Detail |
public void onArrival(MobilityEvent event)
onArrival in interface MobilityListenerpublic void onDispatching(MobilityEvent event)
onDispatching in interface MobilityListenerpublic void onReverting(MobilityEvent event)
onReverting in interface MobilityListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||