public interface PcepClientListener
| Modifier and Type | Method and Description |
|---|---|
void |
clientConnected(PccId pccId)
Notify that the PCC was connected.
|
void |
clientDisconnected(PccId pccId)
Notify that the PCC was disconnected.
|
void clientConnected(PccId pccId)
pccId - the id of the client that connectedvoid clientDisconnected(PccId pccId)
pccId - the id of the client that disconnected.