anl.aida.viz
Interface SelectionListener<T>

All Known Implementing Classes:
KeywordTipper

public interface SelectionListener<T>

Interface for classes that will listen for selection style events on a visualiation.


Method Summary
 void selectionOccurred(java.util.List<T> selectedItems, Canvas2D canvas)
          Called when the specified list of items has been selected.
 

Method Detail

selectionOccurred

void selectionOccurred(java.util.List<T> selectedItems,
                       Canvas2D canvas)
Called when the specified list of items has been selected.

Parameters:
selectedItems - the selected items
canvas - the visualization canvas