net.floodlightcontroller.linkdiscovery
Interface ILinkDiscoveryListener

All Superinterfaces:
ILinkDiscovery
All Known Implementing Classes:
TopologyManager

public interface ILinkDiscoveryListener
extends ILinkDiscovery


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.floodlightcontroller.linkdiscovery.ILinkDiscovery
ILinkDiscovery.LDUpdate, ILinkDiscovery.LinkDirection, ILinkDiscovery.LinkType, ILinkDiscovery.SwitchType, ILinkDiscovery.UpdateOperation
 
Method Summary
 void linkDiscoveryUpdate(ILinkDiscovery.LDUpdate update)
           
 void linkDiscoveryUpdate(java.util.List<ILinkDiscovery.LDUpdate> updateList)
           
 

Method Detail

linkDiscoveryUpdate

void linkDiscoveryUpdate(ILinkDiscovery.LDUpdate update)

linkDiscoveryUpdate

void linkDiscoveryUpdate(java.util.List<ILinkDiscovery.LDUpdate> updateList)