net.java.dev.moskito.core.logging
Class IntervalStatsLogger
java.lang.Object
net.java.dev.moskito.core.logging.IntervalStatsLogger
- All Implemented Interfaces:
- IIntervalListener
public class IntervalStatsLogger
- extends Object
- implements IIntervalListener
|
Method Summary |
void |
intervalUpdated(Interval caller)
This method will be called if the time of the given Interval was elapsed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
target
private IStatsProducer target
interval
private Interval interval
output
private ILogOutput output
id
private String id
IntervalStatsLogger
public IntervalStatsLogger(IStatsProducer aTarget,
Interval aInterval,
ILogOutput anOutput)
intervalUpdated
public void intervalUpdated(Interval caller)
- Description copied from interface:
IIntervalListener
- This method will be called if the time of the given Interval was elapsed.
- Specified by:
intervalUpdated in interface IIntervalListener
- Parameters:
caller - The Interval that calls this method
Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework