org.ka2ddo.yaac.io
Interface PortMgmtListener

All Known Implementing Classes:
BlinkenLight, MainFrame

public interface PortMgmtListener

Implementers of this interface can be notified of state changes of the I/O ports used by YAAC.


Method Summary
 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..
 

Method Detail

portCreated

void portCreated(PortConnector connector)
The specified port has been added to the configuration..

Parameters:
connector - PortConnector that was added

portDeleted

void portDeleted(PortConnector connector)
The specified port has been removed from the configuration..

Parameters:
connector - PortConnector that was removed