Package adams.gui.event
Interface ActorChangeListener
-
public interface ActorChangeListener
Interface for classes that listen to changes in the tree.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
actorChanged(ActorChangeEvent e)
Gets called when an actor in the tree got modified by the user.
-
-
-
Method Detail
-
actorChanged
void actorChanged(ActorChangeEvent e)
Gets called when an actor in the tree got modified by the user.- Parameters:
e
- the event
-
-