Uses of Interface
kieker.analysis.AnalysisController.IStateObserver
Packages that use AnalysisController.IStateObserver
Package
Description
Copyright 2026 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.IStateObserverModifier and TypeMethodDescriptionfinal 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.final 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.