Example usage for Java javax.naming.event EventDirContext fields, constructors, methods, implement or subclass
The text is from its open source code.
void | addNamingListener(Name target, String filter, SearchControls ctls, NamingListener l) Adds a listener for receiving naming events fired when objects identified by the search filter filter at the object named by target are modified. |
void | addNamingListener(String target, String filter, SearchControls ctls, NamingListener l) Adds a listener for receiving naming events fired when objects identified by the search filter filter at the object named by the string target name are modified. |