Uses of Interface
be.ac.ulg.montefiore.run.totem.trafficMatrix.model.TrafficMatrixChangeListener

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 LinkLoadComputerImpl
          Calculates the links load and utilization of a given domain thanks to a TmLoadComputer and a traffic matrix.
 

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.
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.