de.cau.cs.kieler.kiml.grana
Interface IBundleChangedListener

All Known Implementing Classes:
AnalysisServices

public interface IBundleChangedListener

Interface for listeners to an AbstractAnalysesBundle.

Rating red

Method Summary
 void analysisAdded(AbstractAnalysisBundle abstractAnalysisBundle, AbstractInfoAnalysis analysis)
          Called when an analysis is added to the bundle.
 void analysisRemoved(AbstractAnalysisBundle abstractAnalysisBundle, AbstractInfoAnalysis analysis)
          Called when an analysis is removed from the bundle.
 

Method Detail

analysisAdded

void analysisAdded(AbstractAnalysisBundle abstractAnalysisBundle,
                   AbstractInfoAnalysis analysis)
Called when an analysis is added to the bundle.

Parameters:
abstractAnalysisBundle - the bundle
analysis - the analysis

analysisRemoved

void analysisRemoved(AbstractAnalysisBundle abstractAnalysisBundle,
                     AbstractInfoAnalysis analysis)
Called when an analysis is removed from the bundle.

Parameters:
abstractAnalysisBundle - the bundle
analysis - the analysis