[Date Prev][Date Next] [Chronological] [Thread] [Top]

Listener objects - java-api-11 draft




Since LDAPResponseListener and LDAPSearchListener
objects implement exactly the same set of methods,
does it seem reasonable that an interface be created
named something like LDAPListener that specifies
those four methods, and that LDAPSearchListener
and LDAPResponseListener implement this interface.
This forces those methods to stay the same in both classes.
 
-Steve