ca.nengo.util
Interface VisiblyMutable.NameChangeEvent
- All Superinterfaces:
- VisiblyMutable.Event
- Enclosing interface:
- VisiblyMutable
public static interface VisiblyMutable.NameChangeEvent
- extends VisiblyMutable.Event
Encapsulates a change in the name of a VisiblyMutable object. This event means
that no other changes to the object have occurred except for the name change.
getOldName
java.lang.String getOldName()
- Returns:
- The previous name of the object
getNewName
java.lang.String getNewName()
- Returns:
- The new name of the object