issrg.utils.gui.repository
Interface DITSelectionListener

All Known Implementing Classes:
ACMLDAPBrowser, DomainPolicyEditor, LDAPPolicyRetrievalPanel, LDAPSavingUtility, PTLDAPPolicyBrowser, PTLDAPRetrievalPanel, PWizardPanel3b, PWizardPanel4b, PWizardPanel7c, SOAPolicyEditor, SubjectDomainPolicy, SubjectTab, TargetDomainPolicy

public interface DITSelectionListener

This interface contains the methods that are called by the LDAP_DIT object in event an entry is selected or unselected.

Version:
1.0
Author:
A.Otenko

Method Summary
 void communicationError(java.lang.Throwable th)
          A communication error occured while attempting to expand the tree.
 void doubleclick(LDAP_DIT sender)
          Something has been double-clicked in the tree.
 void select(LDAP_DIT sender)
          Something gets selected in the tree.
 void unselect(LDAP_DIT sender)
          User clicks outside the tree bounds.
 

Method Detail

select

void select(LDAP_DIT sender)
Something gets selected in the tree.


doubleclick

void doubleclick(LDAP_DIT sender)
Something has been double-clicked in the tree.


unselect

void unselect(LDAP_DIT sender)
User clicks outside the tree bounds.


communicationError

void communicationError(java.lang.Throwable th)
A communication error occured while attempting to expand the tree. Note that if the error occurs at any other time, the corresponding methods will throw the exception.