Package diva.canvas.interactor
Interface SelectionListener
-
- All Superinterfaces:
java.util.EventListener
- All Known Implementing Classes:
UnitSolverDialog
public interface SelectionListener extends java.util.EventListener
A model for graph selections which can be listened to.- Version:
- $Id$
- Author:
- Michael Shilman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
selectionChanged(SelectionEvent e)
Called when the selection model has changed.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(SelectionEvent e)
Called when the selection model has changed.
-
-