net.java.dev.moskito.core.stats
Interface IntervalRegistryListener

All Known Implementing Classes:
ProducerRegistryAPIImpl

public interface IntervalRegistryListener

This interface declares a listener that will be notified about new created Intervals.

Author:
dvayanu

Method Summary
 void intervalCreated(Interval aInterval)
          This method will be called after a new Interval was created.
 

Method Detail

intervalCreated

void intervalCreated(Interval aInterval)
This method will be called after a new Interval was created.

Parameters:
aInterval - the new Interval


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework