|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MobilityEvent | |
| com.ibm.aglet | |
| com.ibm.aglet.event | |
| com.ibm.agletx.util | |
| Uses of MobilityEvent in com.ibm.aglet |
| Methods in com.ibm.aglet with parameters of type MobilityEvent | |
protected void |
Aglet.processMobilityEvent(MobilityEvent ev)
Processes mobility events occurring on this aglet by dispatching them to any registered MobilityListener objects. |
| Uses of MobilityEvent in com.ibm.aglet.event |
| Methods in com.ibm.aglet.event with parameters of type MobilityEvent | |
void |
MobilityAdapter.onArrival(MobilityEvent event)
Invoked when the aglet is retracted. |
void |
MobilityAdapter.onDispatching(MobilityEvent event)
Invoked when the aglet is attempted to dispatch. |
void |
MobilityAdapter.onReverting(MobilityEvent event)
Invoked just after the aglet arrived at the destination |
void |
AgletEventListener.onArrival(MobilityEvent ev)
Calls the onArrival methods on the listers with the specified mobility event. |
void |
AgletEventListener.onDispatching(MobilityEvent ev)
Calls the onDispatching methods on the listers with the specified mobility event. |
void |
AgletEventListener.onReverting(MobilityEvent ev)
Calls the onReverting methods on the listers with the specified mobility event. |
void |
MobilityListener.onArrival(MobilityEvent event)
Invoked just after the aglet arrived at the destination |
void |
MobilityListener.onDispatching(MobilityEvent event)
Invoked when the aglet is attempted to dispatch. |
void |
MobilityListener.onReverting(MobilityEvent event)
Invoked when the aglet is retracted. |
| Uses of MobilityEvent in com.ibm.agletx.util |
| Methods in com.ibm.agletx.util with parameters of type MobilityEvent | |
void |
MetaItinerary.onArrival(MobilityEvent ev)
|
void |
MetaItinerary.onDispatching(MobilityEvent ev)
|
void |
SeqItinerary.onArrival(MobilityEvent ev)
This is not normally used by aglets programmers. |
void |
AlternateItinerary.onArrival(MobilityEvent ev)
This is not normally used by aglets programmers. |
void |
SimpleItinerary.onArrival(MobilityEvent ev)
This is not normally used by aglets programmers. |
void |
SeqPlanItinerary.onArrival(MobilityEvent ev)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||