Uses of Interface
com.ibm.aglet.event.CloneListener

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

Uses of CloneListener in com.ibm.aglet
 

Methods in com.ibm.aglet with parameters of type CloneListener
 void Aglet.addCloneListener(CloneListener listener)
          Adds the specified clone listener to receive clone events from this aglet.
 void Aglet.removeCloneListener(CloneListener l)
          Removes the specified clone listener so it no longer receives clone events.
 

Uses of CloneListener in com.ibm.aglet.event
 

Classes in com.ibm.aglet.event that implement CloneListener
 class AgletEventListener
          The aglet event listener class is a container class for all aglet related listener.
 class CloneAdapter
          The adapter which receives clone events.
 

Methods in com.ibm.aglet.event with parameters of type CloneListener
 void AgletEventListener.addCloneListener(CloneListener listener)
          Adds the specified clone listener object
 void AgletEventListener.removeCloneListener(CloneListener listener)
          Removes the specified clone listener object
 

Constructors in com.ibm.aglet.event with parameters of type CloneListener
AgletEventListener(CloneListener l1, CloneListener l2)
          Constructs an AgletEventlistener object with specified two clone listener objects.