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 Summary
Modifier and Type Method Description void
update(AnalysisController controller, AnalysisController.STATE state)
This method will be called for every update of the state.
-
Method Details
-
update
This 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
-