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 voidAnalysisController. registerStateObserver(AnalysisController.IStateObserver stateObserver)Deprecated.Registers the given instance as a new state observer.voidIAnalysisController. registerStateObserver(AnalysisController.IStateObserver stateObserver)Deprecated.Registers the given instance as a new state observer.voidAnalysisController. unregisterStateObserver(AnalysisController.IStateObserver stateObserver)Deprecated.Unregisters the given instance from the state observers.voidIAnalysisController. unregisterStateObserver(AnalysisController.IStateObserver stateObserver)Deprecated.Unregisters the given instance from the state observers.