|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrafficMatrixChangeListener | |
---|---|
be.ac.ulg.montefiore.run.totem.trafficMatrix.model | This package holds the model for the trafficMatrix package. |
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl | This package holds the implementation of the model for the
trafficMatrix package. |
Uses of TrafficMatrixChangeListener in be.ac.ulg.montefiore.run.totem.trafficMatrix.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model with parameters of type TrafficMatrixChangeListener | |
---|---|
void |
TrafficMatrixChangeObserver.addListener(TrafficMatrixChangeListener l)
Add a listener to the list of listeners. |
void |
TrafficMatrixChangeObserver.removeListener(TrafficMatrixChangeListener l)
Remove a listener from the list of registered listeners. |
Uses of TrafficMatrixChangeListener in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl |
---|
Classes in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that implement TrafficMatrixChangeListener | |
---|---|
class |
LinkLoadComputerInvalidator
Invalidate LinkLoadComputer data when a signal of a change in the topology occurs and when a traffic matrix element change is signaled. |
class |
LinkLoadStrategyInvalidator
Invalidates a LinkLoadComputer strategy when a topology change occurs, when a traffic matrix element change or when a change occurs in a link for which spf metric is involved. |
class |
MplsLinkLoadStrategyInvalidator
Invalidate the LinkLoadComputer data when a topology change occurs, when a traffic matrix element change or when established lsp changes (add an lsp, remove an lsp, lsp status changed, lsp path changed, lsp reservation changed) |
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl with parameters of type TrafficMatrixChangeListener | |
---|---|
void |
TrafficMatrixChangeObserverImpl.addListener(TrafficMatrixChangeListener l)
Add a listener to the list of listeners. |
void |
TrafficMatrixChangeObserverImpl.removeListener(TrafficMatrixChangeListener l)
Remove a listener from the list of registered listeners. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |