org.objectweb.fractal.gui.selection.model
Interface SelectionListener

All Known Implementing Classes:
BasicDialogModel, BasicGraphView, BasicTreeSelectionModel, ChangeColorAction, ClipboardAction, CreateAction, CreateInstanceAction, DeleteAction, DeleteInstanceAction, SelectionNotifier, StartAction, StopAction

public interface SelectionListener

An interface to be notified of changes in an Selection model.


Method Summary
 void selectionChanged()
          Notifies this listener that the selection has changed.
 

Method Detail

selectionChanged

public void selectionChanged()
Notifies this listener that the selection has changed.