public class ComponentObserverConsumer.ECAction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ExecutionContextActionListener |
ecAttached |
ExecutionContextActionListener |
ecDetached |
PostComponentActionListener |
ecRatechanged |
PostComponentActionListener |
ecShutdown |
PostComponentActionListener |
ecStartup |
| Constructor and Description |
|---|
ECAction(ComponentObserverConsumer coc) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAttached(int ec_id) |
void |
onDetached(int ec_id) |
void |
onGeneric(java.lang.String _msg,
int ec_id) |
void |
onRateChanged(int ec_id,
ReturnCode_t ret) |
void |
onShutdown(int ec_id,
ReturnCode_t ret) |
void |
onStartup(int ec_id,
ReturnCode_t ret) |
public ExecutionContextActionListener ecAttached
public ExecutionContextActionListener ecDetached
public PostComponentActionListener ecRatechanged
public PostComponentActionListener ecStartup
public PostComponentActionListener ecShutdown
public ECAction(ComponentObserverConsumer coc)
public void onGeneric(java.lang.String _msg,
int ec_id)
public void onAttached(int ec_id)
public void onDetached(int ec_id)
public void onRateChanged(int ec_id,
ReturnCode_t ret)
public void onStartup(int ec_id,
ReturnCode_t ret)
public void onShutdown(int ec_id,
ReturnCode_t ret)