Name

ObjectChangeListener

Synopsis

This listener is used to listen for changes to the content of objects stored in a name/directory service. This listener is fired when the object’s attributes are modified in any way, if the object itself is replaced with a different reference, etc. To implement an ObjectChangeListener you must provide an implementation of the objectChanged() callback, as well as the namingExceptionThrown() callback inherited from NamingListener.

                  Passed To
public interface ObjectChangeListener extends NamingListener {
// Public Instance Methods
   public abstract void objectChanged( NamingEvent evt);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.