Nengo.ca

ca.nengo.util
Interface VisiblyMutable.Event

All Known Subinterfaces:
VisiblyMutable.NameChangeEvent, VisiblyMutable.NodeRemovedEvent
Enclosing interface:
VisiblyMutable

public static interface VisiblyMutable.Event

Encapsulates a change to a VisiblyMutable object. The event doesn't specify which changes occurred, just the object that changed. Therefore all properties of the object that influence its display should be checked.


Method Summary
 VisiblyMutable getObject()
           
 

Method Detail

getObject

VisiblyMutable getObject()
Returns:
An object that has changed in some way

Nengo.ca