|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.registry.NodeChangeAdapter
The adapter which receives node change events. The methods in this class are empty. This class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.
NodeChangeListener
,
NodeChangeEvent
Constructor Summary | |
NodeChangeAdapter()
|
Method Summary | |
void |
childAdded(NodeChangeEvent e)
Called whenever a child node is added. |
void |
childRemoved(NodeChangeEvent e)
Called whenever a child node is removed. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public NodeChangeAdapter()
Method Detail |
public void childAdded(NodeChangeEvent e)
e
- A NodeChangeEvent
identifying
the new child node.public void childRemoved(NodeChangeEvent e)
e
- A NodeChangeEvent
identifying
the child node that was removed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |