Uses of Interface
org.miv.pherd.ntree.NTreeListener

Packages that use NTreeListener
org.miv.pherd   
org.miv.pherd.ntree   
 

Uses of NTreeListener in org.miv.pherd
 

Classes in org.miv.pherd that implement NTreeListener
static class ParticleBoxRunner.ParticleBoxListenerAdaptater
          Deprecated. This class can listen at the events sent by a particle box and send them to an arbitrary (and eventually remote) message box.
 

Uses of NTreeListener in org.miv.pherd.ntree
 

Classes in org.miv.pherd.ntree that implement NTreeListener
 class NTreeListenerProxy
          Helper class that allows to listen at a n-tree across thread boundaries.
 

Fields in org.miv.pherd.ntree with type parameters of type NTreeListener
protected  ArrayList<NTreeListener> NTree.listeners
          The set of listeners.
protected  ArrayList<NTreeListener> NTreeListenerProxy.listeners
          The listeners in another thread than this one.
 

Methods in org.miv.pherd.ntree that return types with arguments of type NTreeListener
 ArrayList<NTreeListener> NTree.getListeners()
          The set of listeners of this tree.
 

Methods in org.miv.pherd.ntree with parameters of type NTreeListener
 void NTree.addListener(NTreeListener listener)
          Add a listener that will receive events abound the ntree.
 void NTreeListenerProxy.addNTreeListener(NTreeListener listener)
          Add a listener to the events of the input particle box.
protected  void Cell.describe(NTreeListener listener)
          Send the state of this cell to the given listener, then recurse on all subcells if any.
protected  void NTree.describeTheCurrentState(NTreeListener listener)
          Send events for all already existing cells to the newly added listener.
 void NTree.removeListener(NTreeListener listener)
          Remove a listener.
 void NTreeListenerProxy.removeNTReeListener(NTreeListener listener)
          Remove a listener.
 



Copyright © 2011. All Rights Reserved.