public interface CongestionPointListener
Modifier and Type | Method and Description |
---|---|
void |
congestionPointDown()
This method is invoked after congestion point goes down.
|
void |
congestionPointUpdate(CongestionPoint cp)
This method is invoked after congestion point is updated.
|
void congestionPointDown()
void congestionPointUpdate(CongestionPoint cp)
cp
- The update congestion point.