Package com.sun.javatest
Interface TestResultTable.TreeEventObserver
- All Superinterfaces:
TestResultTable.TreeObserver
- Enclosing class:
TestResultTable
Extension to TreeObserver to receive notifications related
to events happened on tree nodes.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
A refresh has been finished on the node.void
startRefresh
(TestResultTable.TreeNode origin) A refresh has been stared on the node.Methods inherited from interface com.sun.javatest.TestResultTable.TreeObserver
nodeChanged, nodeInserted, nodeRemoved
-
Method Details
-
startRefresh
A refresh has been stared on the node. All children will be recursively refreshed but only one notification about the original node will be delivered.- Parameters:
origin
- Node the refresh has been originated
-
finishRefresh
A refresh has been finished on the node. In spite of the all children will be recursively refreshed the only one notification about the original node will be delivered.- Parameters:
origin
- Node the refresh has been originated
-