public interface ILinkDiscoveryListener
linkDiscoveryUpdate(LDUpdate).
This interface has been slightly modified from the original version of Floodlight.| Modifier and Type | Interface and Description |
|---|---|
static class |
ILinkDiscoveryListener.LDUpdate
Actual update notification.
|
static class |
ILinkDiscoveryListener.UpdateOperation
Represents the type of the update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
linkDiscoveryUpdate(ILinkDiscoveryListener.LDUpdate update)
Any class that implements ILinkDiscoveryListener receives
link update notifications via this callback method
|
void linkDiscoveryUpdate(ILinkDiscoveryListener.LDUpdate update)
update - ILinkDiscoveryListener.LDUpdate