Home » openjdk-7 » javax » naming » event »

javax.naming.event

Interfaces:

EventContext   Contains methods for registering/deregistering listeners to be notified of events fired when objects named in a context changes.  code | html
EventDirContext   Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.  code | html
NamespaceChangeListener   Specifies the methods that a listener interested in namespace changes must implement.  code | html
NamingListener   This interface is the root of listener interfaces that handle NamingEvents.  code | html
ObjectChangeListener   Specifies the method that a listener of a NamingEvent with event type of OBJECT_CHANGED must implement.  code | html

Classes:

NamingEvent   This class represents an event fired by a naming/directory service.  code | html
NamingExceptionEvent   This class represents an event fired when the procedures/processes used to collect information for notifying listeners of NamingEvents threw a NamingException code | html