|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TrafficMatrixChangeObserver
This class is used to notify all listeners of changes in the traffic matrix data.
Creation date: 13 mars 2006
| Method Summary | |
|---|---|
void |
addListener(TrafficMatrixChangeListener l)
Add a listener to the list of listeners. |
int |
getNbListeners()
return the number of registered listeners |
void |
notifyElementChange(java.lang.String src,
java.lang.String dst)
The value of a source-destination pair has been changed |
void |
removeListener(TrafficMatrixChangeListener l)
Remove a listener from the list of registered listeners. |
| Method Detail |
|---|
void addListener(TrafficMatrixChangeListener l)
l - the listener to addvoid removeListener(TrafficMatrixChangeListener l)
l - int getNbListeners()
void notifyElementChange(java.lang.String src,
java.lang.String dst)
src - dst -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||