public interface MonitoringGroupBurstChangeListener
MonitoringGroupChangeListener which works on a per-change basis
while this is called based on regular events according to the out interval
in the configuration of SPASS-meter.| Modifier and Type | Method and Description |
|---|---|
void |
notifyBurstChange(IMeasurements system,
IMeasurements jvm)
Is called on a regular basis to notify the listener about various
changes in previously registered data.
|
void notifyBurstChange(IMeasurements system, IMeasurements jvm)
system - the current system measurements (singleton instance)jvm - the current JVM process measurements (singleton instance)