issrg.utils.gui.xml
Interface NodeSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ActionTab, CoordParameterPanel, EnvironmentTab, EnvParametersConfiguration, FileList, FileListNodeList, FileLoader, LDAPConfiguration, NodeItemList, ObligationsConfigPanel, PKCConfiguration, PWizardPanel4b, PWizardPanel5b, ResFunctions, RoleHierarchyPolicy, RoleHierarchyPolicy, RoleSelectionList, RoleTypeParametersConfiguration, RoleTypes, RoleTypes, RoleValues, RoleValues, RoleValuesComboBox, RoleValuesViewer, SOAPolicyEditor, SubjectTab, SubRoles, SubRoles, TargetTab, WebDAVConfiguration

public interface NodeSelectionListener
extends java.util.EventListener

The NodeSelectionListener interface for receiving notification of Node Selections (from lists) dispatched to objects that are registered Listeners of this type.

The class that is interested in monitoring NodeSelectionEvents implements this interface, and registers itself with the addNodeChangeListener method. When an event is dispatched anywhere in the program, that object's NodeSelectionEvent method is invoked.

Author:
Christian Azzopardi
See Also:
EventListener, NodeSelectionEvent

Method Summary
 void NodeSelectionChanged(NodeSelectionEvent ev)
          Invoked when an NodeSelectionEvent is dispatched.
 

Method Detail

NodeSelectionChanged

void NodeSelectionChanged(NodeSelectionEvent ev)
Invoked when an NodeSelectionEvent is dispatched.