|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBundleChangedListener
Interface for listeners to an AbstractAnalysesBundle
.
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 |
---|
void analysisAdded(AbstractAnalysisBundle abstractAnalysisBundle, AbstractInfoAnalysis analysis)
abstractAnalysisBundle
- the bundleanalysis
- the analysisvoid analysisRemoved(AbstractAnalysisBundle abstractAnalysisBundle, AbstractInfoAnalysis analysis)
abstractAnalysisBundle
- the bundleanalysis
- the analysis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |