Uses of Interface
org.jmonit.events.MonitoringEventBus

Packages that use MonitoringEventBus
org.jmonit.events   
org.jmonit.features   
org.jmonit.monitors   
org.jmonit.spi   
 

Uses of MonitoringEventBus in org.jmonit.events
 

Classes in org.jmonit.events that implement MonitoringEventBus
 class DefaultMonitoringEventBus
          A synchronous implementation of the MonitoringEventBus.
 

Uses of MonitoringEventBus in org.jmonit.features
 

Methods in org.jmonit.features with parameters of type MonitoringEventBus
 void LocalStopwatch.setMonitoringEventBus(MonitoringEventBus bus)
          Set the event bus used to dispatch monitoring events between the monitor and it's features.
 void AbstractFeature.setMonitoringEventBus(MonitoringEventBus bus)
          Set the event bus used to dispatch monitoring events between the monitor and it's features.
 

Uses of MonitoringEventBus in org.jmonit.monitors
 

Classes in org.jmonit.monitors that implement MonitoringEventBus
 class AbstractMonitor
          A Monitor implementation that delegates to multiple monitors.
 class DefaultMonitor
          Default Monitor implementation.
 

Uses of MonitoringEventBus in org.jmonit.spi
 

Methods in org.jmonit.spi with parameters of type MonitoringEventBus
 void Plugin.setMonitoringEventBus(MonitoringEventBus bus)
          Set the event bus used to dispatch monitoring events between the monitor and it's features.
 



Copyright © 2007 Nicolas De Loof. All Rights Reserved.