|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.grana.AbstractAnalysisBundle
public abstract class AbstractAnalysisBundle
An analysis bundle can provide several analyses. It is required to notify
registered IBundleChangedListener
about any added or removed
analyses.
Constructor Summary | |
---|---|
AbstractAnalysisBundle()
|
Method Summary | |
---|---|
void |
addBundleChangedListener(IBundleChangedListener listener)
Adds a listener to the bundle. |
abstract Collection<AbstractInfoAnalysis> |
getAnalyses()
Returns a collection of all analyses provided by this bundle. |
protected void |
notifyListenersAnalysisAdded(AbstractInfoAnalysis analysis)
Notifies all listeners that an analysis was added. |
protected void |
notifyListenersAnalysisRemoved(AbstractInfoAnalysis analysis)
Notifes all listeners that an analysis was removed. |
void |
removeBundleChangedListener(IBundleChangedListener listener)
Removes a listener from the bundle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAnalysisBundle()
Method Detail |
---|
public abstract Collection<AbstractInfoAnalysis> getAnalyses()
public void addBundleChangedListener(IBundleChangedListener listener)
listener
- the listenerpublic void removeBundleChangedListener(IBundleChangedListener listener)
listener
- the listenerprotected void notifyListenersAnalysisAdded(AbstractInfoAnalysis analysis)
analysis
- the analysisprotected void notifyListenersAnalysisRemoved(AbstractInfoAnalysis analysis)
analysis
- the analysis
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |