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

Packages that use CloneEvent
com.ibm.aglet   
com.ibm.aglet.event   
 

Uses of CloneEvent in com.ibm.aglet
 

Methods in com.ibm.aglet with parameters of type CloneEvent
protected  void Aglet.processCloneEvent(CloneEvent ev)
          Processes clone events occurring on this aglet by dispatching them to any registered CloneListener objects.
 

Uses of CloneEvent in com.ibm.aglet.event
 

Methods in com.ibm.aglet.event with parameters of type CloneEvent
 void AgletEventListener.onClone(CloneEvent ev)
          Calls the onClone methods on the listers with the specified Clone event.
 void AgletEventListener.onCloned(CloneEvent ev)
          Calls the onCloned methods on the listers with the specified Clone event.
 void AgletEventListener.onCloning(CloneEvent ev)
          Calls the onCloning methods on the listers with the specified Clone event.
 void CloneListener.onClone(CloneEvent event)
          Invoked after an aglet was cloned.
 void CloneListener.onCloned(CloneEvent event)
          Invoked after an aglet was cloned.
 void CloneListener.onCloning(CloneEvent event)
          Invoked when an aglet is attempted to clone
 void CloneAdapter.onClone(CloneEvent event)
          Invoked after an aglet was cloned.
 void CloneAdapter.onCloned(CloneEvent event)
          Invoked after an aglet was cloned.
 void CloneAdapter.onCloning(CloneEvent event)
          Invoked when an aglet is attempted to clone