Interface NodeViewersChangeListener

  • All Known Implementing Classes:
    ZooInspectorPanel

    public interface NodeViewersChangeListener
    A Listener for changes to the configuration of which node viewers are shown
    • 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 - - a List of ZooInspectorNodeViewers which are to be shown