atg.service.statistics
Interface SampleListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MemorySampler, SampleToLogEvent

public interface SampleListener
extends java.util.EventListener

This is the interface implemented by services that wish to receive Samples broadcast by a Sampler.

See Also:
Sampler

Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 void acceptSample(SampleEvent pSampleEvent)
          This is called when a new SampleEvent is available
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

acceptSample

void acceptSample(SampleEvent pSampleEvent)
This is called when a new SampleEvent is available

Parameters:
pSampleEvent - the sample list