|
ACP API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CongestionPointListener
Instances of this interface can be registered to received notifications when a specific congestion point changes or goes down.
CongestionPoint.addListener(CongestionPointListener)
Method Summary | |
---|---|
void |
congestionPointDown()
This method is invoked after congestion point goes down. |
void |
congestionPointUpdate(CongestionPoint cp)
This method is invoked after congestion point is updated. |
Method Detail |
---|
void congestionPointDown()
void congestionPointUpdate(CongestionPoint cp)
cp
- The update congestion point.
|
ACP API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |