Nengo.ca

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.


Method Summary
 java.lang.String getNewName()
           
 java.lang.String getOldName()
           
 
Methods inherited from interface ca.nengo.util.VisiblyMutable.Event
getObject
 

Method Detail

getOldName

java.lang.String getOldName()
Returns:
The previous name of the object

getNewName

java.lang.String getNewName()
Returns:
The new name of the object

Nengo.ca