jcreek.util.selection
Interface SelectionChangeListener

All Known Implementing Classes:
ConceptMapView

public interface SelectionChangeListener

Title: SelectionChangeListener

Description: A listener that listens for changes in a selection set.

Version:
1.0
Author:
Frode Sørmo

Method Summary
 void selectionAdd(SelectionChangeEvent e)
           
 void selectionClear(SelectionChangeEvent e)
           
 void selectionRemove(SelectionChangeEvent e)
           
 

Method Detail

selectionAdd

public void selectionAdd(SelectionChangeEvent e)

selectionRemove

public void selectionRemove(SelectionChangeEvent e)

selectionClear

public void selectionClear(SelectionChangeEvent e)


Created at IDI, NTNU by the Artificial Intelligence and Learning group