Package org.oddjob.monitor.control
Class NodeControl
java.lang.Object
org.oddjob.monitor.control.NodeControl
- All Implemented Interfaces:
EventListener,TreeWillExpandListener
Listens for tree expansion events to lazily create nodes, add listeners
only when they are required, and remove listeners when they are not.
The intention is to put as little strain on the network as possible.
- Author:
- Rob Gordon.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeControl
public NodeControl()
-
-
Method Details
-
treeWillCollapse
- Specified by:
treeWillCollapsein interfaceTreeWillExpandListener- Throws:
ExpandVetoException
-
treeWillExpand
- Specified by:
treeWillExpandin interfaceTreeWillExpandListener- Throws:
ExpandVetoException
-