Uses of Interface
kieker.analysis.AnalysisController.IStateObserver
Package | Description |
---|---|
kieker.analysis |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of AnalysisController.IStateObserver in kieker.analysis
Methods in kieker.analysis with parameters of type AnalysisController.IStateObserver Modifier and Type Method Description void
AnalysisController. registerStateObserver(AnalysisController.IStateObserver stateObserver)
Deprecated.Registers the given instance as a new state observer.void
IAnalysisController. registerStateObserver(AnalysisController.IStateObserver stateObserver)
Deprecated.Registers the given instance as a new state observer.void
AnalysisController. unregisterStateObserver(AnalysisController.IStateObserver stateObserver)
Deprecated.Unregisters the given instance from the state observers.void
IAnalysisController. unregisterStateObserver(AnalysisController.IStateObserver stateObserver)
Deprecated.Unregisters the given instance from the state observers.