public interface NodeChangeListener extends EventListener
Preferences
,
NodeChangeEvent
,
PreferenceChangeListener
Modifier and Type | Method and Description |
---|---|
void |
childAdded(NodeChangeEvent evt)
当添加子节点时,这种方法会被调用。
|
void |
childRemoved(NodeChangeEvent evt)
当删除子节点时,这种方法会被调用。
|
void childAdded(NodeChangeEvent evt)
evt
-节点变化事件对象描述的父和子节点。
void childRemoved(NodeChangeEvent evt)
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.