Interface NodeViewersChangeListener
-
- All Known Implementing Classes:
ZooInspectorPanel
public interface NodeViewersChangeListener
A Listener for changes to the configuration of which node viewers are shown
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nodeViewersChanged(java.util.List<ZooInspectorNodeViewer> newViewers)
Called when the node viewers configuration is changed (i.e node viewers are added, removed or the order of the node viewers is changed)
-
-
-
Method Detail
-
nodeViewersChanged
void nodeViewersChanged(java.util.List<ZooInspectorNodeViewer> newViewers)
Called when the node viewers configuration is changed (i.e node viewers are added, removed or the order of the node viewers is changed)- Parameters:
newViewers
- - aList
ofZooInspectorNodeViewer
s which are to be shown
-
-