Uses of Interface
ca.nengo.util.VisiblyMutable.Listener

Packages that use VisiblyMutable.Listener
ca.nengo.model.impl   
ca.nengo.model.muscle.impl   
ca.nengo.model.neuron.impl   
ca.nengo.sim.impl   
ca.nengo.util   
 

Uses of VisiblyMutable.Listener in ca.nengo.model.impl
 

Classes in ca.nengo.model.impl that implement VisiblyMutable.Listener
 class NetworkImpl
          Default implementation of Network.
 

Methods in ca.nengo.model.impl with parameters of type VisiblyMutable.Listener
 void AbstractEnsemble.addChangeListener(VisiblyMutable.Listener listener)
           
 void PassthroughNode.addChangeListener(VisiblyMutable.Listener listener)
           
 void NetworkImpl.addChangeListener(VisiblyMutable.Listener listener)
           
 void FunctionInput.addChangeListener(VisiblyMutable.Listener listener)
           
 void AbstractNode.addChangeListener(VisiblyMutable.Listener listener)
           
 void MockNode.addChangeListener(VisiblyMutable.Listener listener)
           
 void AbstractEnsemble.removeChangeListener(VisiblyMutable.Listener listener)
           
 void PassthroughNode.removeChangeListener(VisiblyMutable.Listener listener)
           
 void NetworkImpl.removeChangeListener(VisiblyMutable.Listener listener)
           
 void FunctionInput.removeChangeListener(VisiblyMutable.Listener listener)
           
 void AbstractNode.removeChangeListener(VisiblyMutable.Listener listener)
           
 void MockNode.removeChangeListener(VisiblyMutable.Listener listener)
           
 

Uses of VisiblyMutable.Listener in ca.nengo.model.muscle.impl
 

Methods in ca.nengo.model.muscle.impl with parameters of type VisiblyMutable.Listener
 void LinkSegmentModelImpl.addChangeListener(VisiblyMutable.Listener listener)
           
 void SkeletalMuscleImpl.addChangeListener(VisiblyMutable.Listener listener)
           
 void LinkSegmentModelImpl.removeChangeListener(VisiblyMutable.Listener listener)
           
 void SkeletalMuscleImpl.removeChangeListener(VisiblyMutable.Listener listener)
           
 

Uses of VisiblyMutable.Listener in ca.nengo.model.neuron.impl
 

Methods in ca.nengo.model.neuron.impl with parameters of type VisiblyMutable.Listener
 void SpikingNeuron.addChangeListener(VisiblyMutable.Listener listener)
           
 void SpikingNeuron.removeChangeListener(VisiblyMutable.Listener listener)
           
 

Uses of VisiblyMutable.Listener in ca.nengo.sim.impl
 

Methods in ca.nengo.sim.impl with parameters of type VisiblyMutable.Listener
 void LocalSimulator.addChangeListener(VisiblyMutable.Listener listener)
           
 void LocalSimulator.removeChangeListener(VisiblyMutable.Listener listener)
           
 

Uses of VisiblyMutable.Listener in ca.nengo.util
 

Methods in ca.nengo.util with parameters of type VisiblyMutable.Listener
 void VisiblyMutable.addChangeListener(VisiblyMutable.Listener listener)
           
 void VisiblyMutable.removeChangeListener(VisiblyMutable.Listener listener)
           
 

Method parameters in ca.nengo.util with type arguments of type VisiblyMutable.Listener
static void VisiblyMutableUtils.changed(VisiblyMutable vm, java.util.List<VisiblyMutable.Listener> listeners)
          Notifies listeners of a change to the given VisiblyMutable object.
static void VisiblyMutableUtils.nameChanged(VisiblyMutable vm, java.lang.String oldName, java.lang.String newName, java.util.List<VisiblyMutable.Listener> listeners)