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
update
void update(AnalysisController controller,
AnalysisController.STATE state)
- 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
Copyright 2014 Kieker Project, http://kieker-monitoring.net>