Package kieker.analysis
Interface AnalysisController.IStateObserver
- Enclosing class:
- AnalysisController
public static interface AnalysisController.IStateObserver
This interface can be used for observers which want to get notified about
 state changes of an analysis controller.
- Since:
- 1.5
- Author:
- Nils Christian Ehmke
- 
Method SummaryModifier and Type Method Description voidupdate(AnalysisController controller, AnalysisController.STATE state)This method will be called for every update of the state.
- 
Method Details- 
updateThis method will be called for every update of the state.- Parameters:
- controller- The controller which updated its state.
- state- The new state of the given controller.
- Since:
- 1.5
 
 
-