issrg.utils.gui.xml
Interface XMLChangeListener
- All Superinterfaces:
- java.util.EventListener
- All Known Subinterfaces:
- Editor
- All Known Implementing Classes:
- AbstractTreePolicies, ACMLDAPBrowser, ACMRepositoryBrowserGUI, ACMWebDAVBrowser, ActionDropDownList, ActionTab, ApplicationPreferencesPanel, AttributeSelectionComboBox, CommaSeparatedArgsComboBox, CoordParameterPanel, DelegationPanel, DomainPolicyEditor, DrawingMain, Editor2LDAPBrowser, EnvironmentParametersDropDownList, EnvironmentTab, EnvParametersConfiguration, FileList, FileListNodeList, FileLoader, FunctionsListPanel, LDAPConfiguration, LDAPMultiBrowser, ManagementConfiguration, MSoDPolicyTabbedEditor, NickNameDropDownList, NodeItemList, ObligationsConfigPanel, PECFrame, PKCConfiguration, POIDEditor, PTFrame, PTLDAPBrowser, PWizard, PWizardPanel3b, PWizardPanel4b, PWizardPanel6b, PWizardPanel7c, PWizardPanel9, ReadablePERMISXML, ReadableXML, ResFunctions, RoleAssignmentPolicy, RoleListPanel, RoleSelectionList, RoleTypeParametersConfiguration, RoleTypes, RoleTypes, RoleValues, RoleValues, RoleValuesComboBox, RoleValuesViewer, SOAPolicyEditor, SubjectDomainPolicy, SubjectTab, SubRoles, SubRoles, TAPFileConfiguration, TargetAccessPolicy, TargetDomainPolicy, TargetsComboBox, TargetTab, ValidateReadableXML, ValidityEditor, WebDAVConfiguration, WSDLFileConfiguration, WSDLFilesListConfig
public interface XMLChangeListener
- extends java.util.EventListener
The XMLChangeListener interface for receiving notification of XML
Modifications dispatched to objects that are registered Listeners of this
type.
The class that is interested in monitoring XMLChangeEvent
s
implements this interface, and registers itself with the
addXMLChangeListener
method. When an event is
dispatched anywhere in the program, that object's
XMLChanged
method is invoked.
- See Also:
EventListener
,
XMLChangeEvent
XMLChanged
void XMLChanged(XMLChangeEvent ev)
- Invoked when an XMLChangeEvent is dispatched.