Uses of Interface
adams.gui.event.ActorChangeListener
-
Packages that use ActorChangeListener Package Description adams.gui.flow.tree -
-
Uses of ActorChangeListener in adams.gui.flow.tree
Fields in adams.gui.flow.tree with type parameters of type ActorChangeListener Modifier and Type Field Description protected HashSet<ActorChangeListener>
Tree. m_ActorChangeListeners
the listeners for changes in the actors.Methods in adams.gui.flow.tree with parameters of type ActorChangeListener Modifier and Type Method Description void
Tree. addActorChangeListener(ActorChangeListener l)
Adds the listener to the internal list of listeners.void
Tree. removeActorChangeListener(ActorChangeListener l)
Removes the listener from the internal list of listeners.
-