Class aglet.event.MobilityAdapter
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aglet.event.MobilityAdapter

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

public class MobilityAdapter
extends Object
implements MobilityListener
移動(mobility)イベントを受け取るアダプタ. このクラスを継承して必要な メソッドだけをオーバーライドすることで, 簡単にlistenerを作ることができる 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)
 o onDispatching(MobilityEvent)
 o onReverting(MobilityEvent)

Constructors

 o MobilityAdapter
  public MobilityAdapter()

Methods

 o onDispatching
  public void onDispatching(MobilityEvent event)
 o onArrival
  public void onArrival(MobilityEvent event)
 o onReverting
  public void onReverting(MobilityEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index