public interface CongestionListener
CongestionMonitor| Modifier and Type | Method and Description |
|---|---|
void |
onCongestionFinish(java.lang.String source)
As soon as congestion abates in the underlying source, it calls this
method to notify about it.
|
void |
onCongestionStart(java.lang.String source)
As soon as congestion starts in the underlying source, it calls this
method to notify about it.
|
void onCongestionStart(java.lang.String source)
onCongestionFinish(String) is calledsource - The underlying source which is facing congestionvoid onCongestionFinish(java.lang.String source)
onCongestionStart(String) is calledsource - The underlying sourceCopyright © 2014. All Rights Reserved.