|
|||||||||
| 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 |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public MobilityAdapter()
| Method Detail |
public void onDispatching(MobilityEvent event)
public void onArrival(MobilityEvent event)
public void onReverting(MobilityEvent event)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||