issrg.utils
Interface DITSelectionListener


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

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


doubleclick

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


unselect

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


communicationError

public 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.