JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Kieker 2.0.0
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
kieker.monitoring.core.controller
Interface IStateListener
All Known Implementing Classes:
MonitoringController
public interface
IStateListener
Since:
1.13
Author:
Christian Wulf (chw)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
beforeEnableMonitoring
()
Triggers if the monitoring is guaranteed to be enabled, but has not yet been published to other threads.
Method Details
beforeEnableMonitoring
void
beforeEnableMonitoring
()
Triggers if the monitoring is guaranteed to be enabled, but has not yet been published to other threads. This method is provided especially to guarantee that the meta data record is sent before any other record.
Since:
1.13