Interface aglet.event.MobilityListener
All Packages Class Hierarchy This Package Previous Next Index
Interface aglet.event.MobilityListener
- public interface MobilityListener
- extends Object
- extends Serializable
The listener interface for receiving mobility events on an aglet.
-
onArrival(MobilityEvent)
- Invoked just after the aglet arrived at the destination
-
onDispatching(MobilityEvent)
- Invoked when the aglet is attempted to dispatch.
-
onReverting(MobilityEvent)
- Invoked when the aglet is retracted.
onDispatching
public abstract void onDispatching(MobilityEvent event)
- Invoked when the aglet is attempted to dispatch.
onReverting
public abstract void onReverting(MobilityEvent event)
- Invoked when the aglet is retracted.
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