public class ComponentObserverConsumer.PortAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
PortActionListener |
portAddListener |
PortConnectRetListener |
portConnectListener |
PortConnectRetListener |
portDisconnectListener |
PortActionListener |
portRemoveListener |
| Constructor and Description |
|---|
PortAction(ComponentObserverConsumer coc) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAddPort(PortProfile pprof) |
void |
onConnect(java.lang.String portname,
ConnectorProfile pprof,
ReturnCode_t ret) |
void |
onDisconnect(java.lang.String portname,
ConnectorProfile pprof,
ReturnCode_t ret) |
void |
onGeneric(java.lang.String _msg,
java.lang.String portname) |
void |
onRemovePort(PortProfile pprof) |
public PortActionListener portAddListener
public PortActionListener portRemoveListener
public PortConnectRetListener portConnectListener
public PortConnectRetListener portDisconnectListener
public PortAction(ComponentObserverConsumer coc)
public void onGeneric(java.lang.String _msg,
java.lang.String portname)
public void onAddPort(PortProfile pprof)
public void onRemovePort(PortProfile pprof)
public void onConnect(java.lang.String portname,
ConnectorProfile pprof,
ReturnCode_t ret)
public void onDisconnect(java.lang.String portname,
ConnectorProfile pprof,
ReturnCode_t ret)