com.lightstreamer.ls_proxy
Interface BandwidthListener
public interface BandwidthListener
Receives notifications about connection activity, sampled at predetermined
time intervals.
All notifications are sent in sequence on a dedicated thread.
Method Summary |
void |
bwUpdate(BandwidthEvent bwEvent)
Brings information about a sampling of connection activity. |
bwUpdate
void bwUpdate(BandwidthEvent bwEvent)
- Brings information about a sampling of connection activity.
- Parameters:
bwEvent
- carries information about a sampling of connection activity.