org.jmonit.events
Class DataMonitoredEvent

java.lang.Object
  extended by org.jmonit.events.MonitoringEvent
      extended by org.jmonit.events.DataMonitoredEvent

public class DataMonitoredEvent
extends MonitoringEvent

Monitoring event for data exposed by the application to the monitor.

Author:
Nicolas De Loof

Constructor Summary
DataMonitoredEvent(long data)
          Constructor
 
Method Summary
 long getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMonitoredEvent

public DataMonitoredEvent(long data)
Constructor

Parameters:
data - the data exposed by the application
Method Detail

getData

public long getData()
Returns:
the data exposed by the application


Copyright © 2007 Nicolas De Loof. All Rights Reserved.