ca.nengo.util
Interface VisiblyMutable.Listener

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

public static interface VisiblyMutable.Listener

A listener for changes to a VisiblyMutable object.

Author:
Bryan Tripp

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