org.argouml.ui.explorer
Class ExplorerTree.ExplorerTargetListener
java.lang.Object
org.argouml.ui.explorer.ExplorerTree.ExplorerTargetListener
- All Implemented Interfaces:
- EventListener, TargetListener
- Enclosing class:
- ExplorerTree
- class ExplorerTree.ExplorerTargetListener
- extends Object
- implements TargetListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExplorerTree.ExplorerTargetListener
ExplorerTree.ExplorerTargetListener()
setTargets
private void setTargets(Object[] targets)
- Actions a change in targets received from the TargetManager.
targetAdded
public void targetAdded(TargetEvent e)
- Description copied from interface:
TargetListener
- Fired when a target is added to the list of targets.
- Specified by:
targetAdded
in interface TargetListener
- Parameters:
e
- The targetevent, name will be TARGET_ADDED- See Also:
TargetListener.targetAdded(
org.argouml.ui.targetmanager.TargetEvent)
targetRemoved
public void targetRemoved(TargetEvent e)
- Description copied from interface:
TargetListener
- Fired when a target is removed from the list of targets
- Specified by:
targetRemoved
in interface TargetListener
- Parameters:
e
- The targetevent, name will be TARGET_REMOVED- See Also:
TargetListener.targetRemoved(
org.argouml.ui.targetmanager.TargetEvent)
targetSet
public void targetSet(TargetEvent e)
- Description copied from interface:
TargetListener
- Fired when a total new set of targets is set
- Specified by:
targetSet
in interface TargetListener
- Parameters:
e
- The targetevent, name will be TARGET_SET- See Also:
TargetListener.targetSet(
org.argouml.ui.targetmanager.TargetEvent)