edu.cmu.cs.able.probebus
Interface IProbeConsumer

All Known Implementing Classes:
BandwidthGauge, KXProbeHelper, LatencyGauge, ServerLoadGauge, FakeLatencyGauge2, DeployRespListener

public interface IProbeConsumer

The IProbeConsumer interface must be implemented by classes that are intended to create, control, and/or listen to probes. The methods in this interface define the callbacks that are invoked when probes report values or information about their status.


Method Summary
 void onProbeEvent(IProbeEvent e)
          The callback invoked when a probe reports a single event.
 

Method Detail

onProbeEvent

public void onProbeEvent(IProbeEvent e)
The callback invoked when a probe reports a single event.
Parameters:
e. - The event that was reported.