Uses of Class
com.ibm.aglet.event.AgletEvent

Packages that use AgletEvent
com.ibm.aglet   
com.ibm.aglet.event   
com.ibm.aglet.system   
com.ibm.aglets   
 

Uses of AgletEvent in com.ibm.aglet
 

Methods in com.ibm.aglet with parameters of type AgletEvent
 void Aglet.dispatchEvent(AgletEvent ev)
          Dispatches an event to this aglet
 

Uses of AgletEvent in com.ibm.aglet.event
 

Subclasses of AgletEvent in com.ibm.aglet.event
 class CloneEvent
          The clon event occurs when the cloning of an aglet is attempted.
 class MobilityEvent
          The mobility event occurs when the aglet is about to move.
 class PersistencyEvent
          The persistency event
 

Uses of AgletEvent in com.ibm.aglet.system
 

Subclasses of AgletEvent in com.ibm.aglet.system
 class ContextEvent
          Context level event
 

Uses of AgletEvent in com.ibm.aglets
 

Methods in com.ibm.aglets with parameters of type AgletEvent
 void LocalAgletRef.dispatchEvent(AgletEvent ev)