public interface OspfLinkListener
| Modifier and Type | Method and Description |
|---|---|
void |
addLink(OspfRouter ospfRouter,
OspfLinkTed ospfLinkTed)
Notifies that we got a link from network.
|
void |
deleteLink(OspfRouter ospfRouter,
OspfLinkTed ospfLinkTed)
Notifies that a link got removed from network.
|
void addLink(OspfRouter ospfRouter, OspfLinkTed ospfLinkTed)
ospfRouter - router instanceospfLinkTed - link TED information of routervoid deleteLink(OspfRouter ospfRouter, OspfLinkTed ospfLinkTed)
ospfRouter - router instanceospfLinkTed - link TED information of router