Interface NodeSelectionListener
-
- All Known Implementing Classes:
ZooInspectorNodeViewersPanel
public interface NodeSelectionListener
An interface to be implented by any component that needs notification when a new element is selected in the UI JTree representing the set of available ZNodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nodePathSelected(java.lang.String nodePath)
-