Kieker 1.5

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.

Author:
Nils Christian Ehmke

Method Summary
 void update(AnalysisController controller, AnalysisController.STATE state)
          This method will be called for every update of the state.
 

Method Detail

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.

Kieker 1.5

Copyright 2012 the Kieker Project, http://kieker-monitoring.net