class EventInPort.EventBinder1<DataType> extends ConnectorDataListenerT<DataType>
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
m_eventName |
FsmType |
m_fsm |
java.lang.String |
m_handler |
m_id, rtcout| Constructor and Description |
|---|
EventBinder1(FsmType fsm,
java.lang.String event_name,
java.lang.String handler,
java.lang.Class cl) |
| Modifier and Type | Method and Description |
|---|---|
ReturnCode |
operator(ConnectorBase.ConnectorInfo info,
DataType data)
Abstract Callback method
|
updatepublic FsmType extends MachineBase m_fsm
public java.lang.String m_eventName
public java.lang.String m_handler
public EventBinder1(FsmType fsm, java.lang.String event_name, java.lang.String handler, java.lang.Class cl)
public ReturnCode operator(ConnectorBase.ConnectorInfo info, DataType data)
ConnectorDataListenerTThis method invokes the callback method of ConnectorDataListenerT. Data is converted into the variable type used in DataPort.
operator in class ConnectorDataListenerT<DataType>info -
ConnectorInfodata -
Data