Uses of Class
adams.gui.event.ActorChangeEvent
-
Packages that use ActorChangeEvent Package Description adams.gui.event adams.gui.flow.tree -
-
Uses of ActorChangeEvent in adams.gui.event
Methods in adams.gui.event with parameters of type ActorChangeEvent Modifier and Type Method Description void
ActorChangeListener. actorChanged(ActorChangeEvent e)
Gets called when an actor in the tree got modified by the user. -
Uses of ActorChangeEvent in adams.gui.flow.tree
Methods in adams.gui.flow.tree with parameters of type ActorChangeEvent Modifier and Type Method Description void
Tree. notifyActorChangeListeners(ActorChangeEvent e)
Notifies all listeners.
-