Nengo.ca

ca.nengo.util
Interface VisiblyMutable.Listener

All Known Implementing Classes:
NetworkArrayImpl, NetworkImpl, PyramidalNetwork
Enclosing interface:
VisiblyMutable

public static interface VisiblyMutable.Listener

A listener for changes to a VisiblyMutable object.


Method Summary
 void changed(VisiblyMutable.Event e)
           
 

Method Detail

changed

void changed(VisiblyMutable.Event e)
             throws StructuralException
Parameters:
e - An object that has changed in some way (all properties that influence the display of the object should be checked)
Throws:
StructuralException

Nengo.ca