Interface IStateListener
- All Known Implementing Classes:
MonitoringController
public interface IStateListener
- Since:
- 1.13
-
Method Summary
Modifier and Type Method Description voidbeforeEnableMonitoring()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
-