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

All Known Implementing Classes:
AnalysisServices

public interface IBundleChangedListener

Interface for listeners to an IAnalysesBundle.

Rating red

Method Summary
 void analysisAdded(AbstractInfoAnalysis analysis)
          Called when an analysis is added to a bundle.
 void analysisRemoved(AbstractInfoAnalysis analysis)
          Called when an analysis is removed from a bundle.
 

Method Detail

analysisAdded

void analysisAdded(AbstractInfoAnalysis analysis)
Called when an analysis is added to a bundle.

Parameters:
analysis - the analysis

analysisRemoved

void analysisRemoved(AbstractInfoAnalysis analysis)
Called when an analysis is removed from a bundle.

Parameters:
analysis - the analysis