| The listener interface to get notification of namespace change events.
These events include naming events with event type OBJECT_ADDED ,
OBJECT_RENAMED , or OBJECT_REMOVED . A service
provider will call one of these interface methods to notify a listener of an
event, passing in a NamingEvent parameter. This
NamingEvent provides methods to get various bits information
about the event.
|