Interface SelectionListener

All Known Implementing Classes:
AbstractTab, AbstractTool, AbstractUndoableTool, AdvancedLabelTool, AlgorithmPanelFactory, EdgeTab, GraphTab, Inspector, IPK_AdvancedLabelTool, IPK_MegaCreateTool, IPK_MegaMoveTool, LabelTool, MainFrame, MegaCreateTool, MegaMoveTool, MegaTools, NodeTab, SelectionAdapter, SelectionMenu, StatusBar, SubtabHostTab, SwitchSelectionsPlugin, TabPluginControl, ZoomFitChangeComponent

public interface SelectionListener
Interfaces a listener, which wants to be informed about a change in the selection model.
Version:
$Revision: 1.4 $
Recent revisions:
2.7.0
  • Method Details

    • selectionChanged

      void selectionChanged​(SelectionEvent e)
      Is called, if something in the selection model changed.
    • selectionListChanged

      void selectionListChanged​(SelectionEvent e)
      Is called, if a named selection is added or removed.