public interface PortMgmtListener
Modifier and Type | Method and Description |
---|---|
void |
portCreated(PortConnector connector)
The specified port has been added to the configuration..
|
void |
portDeleted(PortConnector connector)
The specified port has been removed from the configuration..
|
void portCreated(PortConnector connector)
connector
- PortConnector that was addedvoid portDeleted(PortConnector connector)
connector
- PortConnector that was removed