edu.cmu.cs.able.probes.RemosProbe
Interface BandwidthProbeConsumer
- All Known Implementing Classes:
- SienaBandwidthGauge
- public interface BandwidthProbeConsumer
ProbeConsumer is abstract class that is extended by application class
to user RemosProbe.
Method Summary |
void |
sensed(double bw)
This method is implemented by application to process the
information reported by RemosProbe. |
sensed
public void sensed(double bw)
- This method is implemented by application to process the
information reported by RemosProbe. Currently, RemosProbe
only reports available bandwidth.
- Parameters:
bw
- the available bandwidth reported RemosProbe.