NamingListener

Interface NamingListener

All Superinterfaces:
EventListener
All Known Subinterfaces:
NamespaceChangeListener, ObjectChangeListener, UnsolicitedNotificationListener
public interface NamingListener
extends EventListener

This interface is the root of listener interfaces that handle NamingEvents. It does not make sense for a listener to implement just this interface. A listener typically implements a subinterface of NamingListener, such as ObjectChangeListener or NamespaceChangeListener.

This interface