软件包 | 描述 |
---|---|
javax.naming.event |
在访问命名和目录服务时提供事件通知的支持。
|
Modifier and Type | Method and Description |
---|---|
void |
NamespaceChangeListener.objectAdded(NamingEvent evt)
当添加一个对象时调用。
|
void |
ObjectChangeListener.objectChanged(NamingEvent evt)
当一个对象被更改时调用。
|
void |
NamespaceChangeListener.objectRemoved(NamingEvent evt)
当一个对象被删除时调用。
|
void |
NamespaceChangeListener.objectRenamed(NamingEvent evt)
当一个对象被重命名时调用。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.