Package org.graffiti.selection
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 Summary
Modifier and Type Method Description voidselectionChanged(SelectionEvent e)Is called, if something in the selection model changed.voidselectionListChanged(SelectionEvent e)Is called, if a named selection is added or removed.
-
Method Details
-
selectionChanged
Is called, if something in the selection model changed. -
selectionListChanged
Is called, if a named selection is added or removed.
-