| The listener interface to get notification of object change events.
These object change events include naming events with type
OBJECT_CHANGED . These events could mean that a bound object
has had its attributes changed somehow, or has been replaced altogether. The
listener can work out what has changed by querying the
NamingEvent object that is passed to the
objectChanged notification method.
|