public interface OspfRouterListener
| Modifier and Type | Method and Description |
|---|---|
void |
routerAdded(OspfRouter ospfRouter)
Notifies that a router is added.
|
void |
routerChanged(OspfRouter ospfRouter)
Notifies that the router has changed in some way.
|
void |
routerRemoved(OspfRouter ospfRouter)
Notifies that a router is removed.
|
void routerAdded(OspfRouter ospfRouter)
ospfRouter - OSPF router instancevoid routerRemoved(OspfRouter ospfRouter)
ospfRouter - OSPF router instancevoid routerChanged(OspfRouter ospfRouter)
ospfRouter - OSPF router instance