public interface LispRouterListener
| Modifier and Type | Method and Description |
|---|---|
void |
routerAdded(LispRouterId routerId)
Notifies that the router was added.
|
void |
routerChanged(LispRouterId routerId)
Notifies that the router has changed in some way.
|
void |
routerRemoved(LispRouterId routerId)
Notifies that the router was removed.
|
void routerAdded(LispRouterId routerId)
routerId - the router where the event occurredvoid routerRemoved(LispRouterId routerId)
routerId - the router where the event occurredvoid routerChanged(LispRouterId routerId)
routerId - the router that changed