public interface MonitoringGroupChangeListener
MonitoringGroupCreationListener and store the supplied information.| Modifier and Type | Method and Description |
|---|---|
void |
configurationChanged(IMonitoringGroup elt)
Is called when a configuration of monitoring groups is changed.
|
void |
measurementsChanged(IMeasurements system,
IMeasurements jvm)
Provides updated statistical information on the operating system and the
JVM process.
|
void |
monitoringGroupChanged(IMonitoringGroup elt)
Is called when values in a monitoring group are changed.
|
void monitoringGroupChanged(IMonitoringGroup elt)
elt - the related informationvoid configurationChanged(IMonitoringGroup elt)
elt - the related informationvoid measurementsChanged(IMeasurements system, IMeasurements jvm)
system - the current system measurements (singleton instance)jvm - the current JVM process measurements (singleton instance)