be.ac.ulg.montefiore.run.totem.trafficMatrix.facade
Interface LinkLoadComputerManagerListener

All Known Implementing Classes:
ColorMeaningPanel

public interface LinkLoadComputerManagerListener

Define the events that a listener will receive.

Creation date: 9 janv. 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)
See Also:
LinkLoadComputerManagerObserver, LinkLoadComputerManager

Method Summary
 void addLinkLoadComputerEvent(LinkLoadComputer llc)
          A LinkLoadComputer has been added to the manager
 void changeDefaultLinkLoadComputerEvent(int asId, LinkLoadComputer llc)
          The default LinkLoadComputer has changed for the domain given by its asId.
 void removeLinkLoadComputerEvent(LinkLoadComputer llc)
          A LinkLoadComputer has been removed from the manager
 void removeMultipleLinkLoadComputerEvent()
          One or more LinkLoadComputer has been removed from the manager
 

Method Detail

addLinkLoadComputerEvent

void addLinkLoadComputerEvent(LinkLoadComputer llc)
A LinkLoadComputer has been added to the manager

Parameters:
llc -

removeLinkLoadComputerEvent

void removeLinkLoadComputerEvent(LinkLoadComputer llc)
A LinkLoadComputer has been removed from the manager

Parameters:
llc - a reference to the removed LinkLoadComputer

removeMultipleLinkLoadComputerEvent

void removeMultipleLinkLoadComputerEvent()
One or more LinkLoadComputer has been removed from the manager


changeDefaultLinkLoadComputerEvent

void changeDefaultLinkLoadComputerEvent(int asId,
                                        LinkLoadComputer llc)
The default LinkLoadComputer has changed for the domain given by its asId.

Parameters:
asId - Asid of the domain for which the LinkLoadComputer has changed
llc - The new default LinkLoadComputer for the domain


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