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

Packages that use VisiblyMutable.Event
ca.nengo.model.impl   
ca.nengo.util   
 

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

Methods in ca.nengo.model.impl with parameters of type VisiblyMutable.Event
 void NetworkImpl.changed(VisiblyMutable.Event e)
          If the event indicates that a component node's name is changing, checks for name conflicts and throws an exception if there is one, and updates the name reference.
 

Uses of VisiblyMutable.Event in ca.nengo.util
 

Subinterfaces of VisiblyMutable.Event in ca.nengo.util
static interface VisiblyMutable.NameChangeEvent
          Encapsulates a change in the name of a VisiblyMutable object.
 

Methods in ca.nengo.util with parameters of type VisiblyMutable.Event
 void VisiblyMutable.Listener.changed(VisiblyMutable.Event e)