javax.naming.event
Package javax.naming.event
Provides support for event notification when accessing naming and directory services.
See: Description
Interface | Description |
---|---|
EventContext | Contains methods for registering/deregistering listeners to be notified of events fired when objects named in a context changes. |
EventDirContext | Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes. |
NamespaceChangeListener | Specifies the methods that a listener interes |