|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MobilityListener | |
com.ibm.aglet | |
com.ibm.aglet.event | |
com.ibm.agletx.util |
Uses of MobilityListener in com.ibm.aglet |
Methods in com.ibm.aglet with parameters of type MobilityListener | |
void |
Aglet.addMobilityListener(MobilityListener listener)
Adds the specified mobility listener to receive mobility events from this aglet. |
void |
Aglet.removeMobilityListener(MobilityListener l)
Removes the specified mobility listener so it no longer receives mobility events. |
Uses of MobilityListener in com.ibm.aglet.event |
Classes in com.ibm.aglet.event that implement MobilityListener | |
class |
AgletEventListener
The aglet event listener class is a container class for all aglet related listener. |
class |
MobilityAdapter
The adapter which receives mobility events. |
Methods in com.ibm.aglet.event with parameters of type MobilityListener | |
void |
AgletEventListener.addMobilityListener(MobilityListener listener)
Adds the specified mobility listener object |
void |
AgletEventListener.removeMobilityListener(MobilityListener listener)
Removes the specified mobility listener object |
Constructors in com.ibm.aglet.event with parameters of type MobilityListener | |
AgletEventListener(MobilityListener l1,
MobilityListener l2)
Constructs an AgletEventlistener object with specified two mobility listener objects. |
Uses of MobilityListener in com.ibm.agletx.util |
Classes in com.ibm.agletx.util that implement MobilityListener | |
class |
AlternateItinerary
An itinerary class to dispatch an aglet to any one of multiple destination. |
class |
MeetingsItinerary
An Itinerary class to control an itinerary to participate in multiple meetings. |
class |
MessengerItinerary
An Itinerary class to broadcast a message to remote aglets. |
class |
MetaItinerary
an itineray class to log visited and unvisited destinations during an aglet's tour. |
class |
SeqItinerary
Define an abstract interface for an aglet's itinerary. |
class |
SeqPlanItinerary
SeqPlanItinerary defines the trip plan which has a sequence of place-message pair. |
class |
SimpleItinerary
SimpleItinerary class is an itinerary object which can specify a destination and a message which will be sent to the owner aglet when it arrived at the destination. |
class |
SlaveItinerary
An Itinerary class to repeatedly perform a specific task in multiple destinations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |