public interface PcepEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEndOfSyncAction(Tunnel tunnel,
PcepLspSyncAction endOfSyncAction)
Handles end of LSPDB sync actions.
|
void |
handleMessage(PccId pccId,
PcepMessage msg)
Handles the message event.
|
void handleMessage(PccId pccId, PcepMessage msg)
pccId - id of the pccmsg - the messagevoid handleEndOfSyncAction(Tunnel tunnel, PcepLspSyncAction endOfSyncAction)
tunnel - the tunnel on which action needs to be takenendOfSyncAction - the action that needs to be taken for the tunnel