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: SelectionListener.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Michael Shilman

Method Summary
 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.