org.jmonit.events
Interface MonitoringEventListener

All Known Implementing Classes:
AbstractFeature, Concurrency, HttpStatus, LastValues, Statistics

public interface MonitoringEventListener

Defines a component that will participate to the composite monitor by listening and/or emitting events ton the bus.

Author:
Nicolas De Loof

Method Summary
 void onMonitoringEvent(MonitoringEvent event)
          A monitoring event occured and has been dispatched on the bus
 

Method Detail

onMonitoringEvent

void onMonitoringEvent(MonitoringEvent event)
A monitoring event occured and has been dispatched on the bus

Parameters:
event -


Copyright © 2007 Nicolas De Loof. All Rights Reserved.