|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MonitoringEventListener | |
---|---|
org.jmonit.events | |
org.jmonit.features | |
org.jmonit.monitors |
Uses of MonitoringEventListener in org.jmonit.events |
---|
Methods in org.jmonit.events with parameters of type MonitoringEventListener | |
---|---|
void |
MonitoringEventBus.addListener(MonitoringEventListener listener)
Adds the listener to the collection of listeners who will be notifed when any monitoring event occurs. |
void |
DefaultMonitoringEventBus.addListener(MonitoringEventListener listener)
Adds the listener to the collection of listeners who will be notifed when any monitoring event occurs. |
boolean |
MonitoringEventBus.hasListener(MonitoringEventListener listener)
Returns whether the specified instance of monitoring listener was added to the collection of listeners who will be notifed when an transfer event occurs |
boolean |
DefaultMonitoringEventBus.hasListener(MonitoringEventListener listener)
Returns whether the specified instance of monitoring listener was added to the collection of listeners who will be notifed when an transfer event occurs |
void |
MonitoringEventBus.removeListener(MonitoringEventListener listener)
Removes the transfer listener from the collection of listeners so it no longer receives transfer events. |
void |
DefaultMonitoringEventBus.removeListener(MonitoringEventListener listener)
Removes the transfer listener from the collection of listeners so it no longer receives transfer events. |
Uses of MonitoringEventListener in org.jmonit.features |
---|
Classes in org.jmonit.features that implement MonitoringEventListener | |
---|---|
class |
AbstractFeature<F>
Abstract support class for Plugins. |
class |
Concurrency
Computes some statistics from monitored datas. |
class |
HttpStatus
|
class |
LastValues
Maintains a list a last N values. |
class |
Statistics
Computes some statistics from monitored datas. |
Uses of MonitoringEventListener in org.jmonit.monitors |
---|
Methods in org.jmonit.monitors with parameters of type MonitoringEventListener | |
---|---|
void |
AbstractMonitor.addListener(MonitoringEventListener listener)
|
boolean |
AbstractMonitor.hasListener(MonitoringEventListener listener)
|
void |
AbstractMonitor.removeListener(MonitoringEventListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |