de.cau.cs.kieler.kiml.grana.ui
Interface ISelectionListener

All Known Implementing Classes:
AnalysisSelectionDialog, BatchAnalysisSelectionPage

public interface ISelectionListener

The interface for listeners on the selection of an {AnalysisSelectionViewer}.

Rating red

Method Summary
 void selectionChanged(List<AbstractInfoAnalysis> selectedAnalyses)
          This method is invoked when the selection of analyses changed.
 

Method Detail

selectionChanged

void selectionChanged(List<AbstractInfoAnalysis> selectedAnalyses)
This method is invoked when the selection of analyses changed.

Parameters:
selectedAnalyses - the selected analyses