public class RcAListenerAction extends AbstractCcmListenerAction
コンストラクタと説明 |
---|
RcAListenerAction() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
execute(ActuatorComponent<?> component)
rcAで指定された方向(値が移動先の位置)に動作させます。
|
void |
onStart(ActuatorComponent<?> component)
コンポーネントstart時に呼び出されます。
|
addCcmService, getCcmServices, isAccepted, isExpired, onStop
public void onStart(ActuatorComponent<?> component) throws java.lang.Exception
IActuatorAction
onStart
インタフェース内 IActuatorAction
onStart
クラス内 AbstractCcmListenerAction
component
- コンポーネントjava.lang.Exception
- 処理に失敗するとスローされます。public void execute(ActuatorComponent<?> component) throws java.lang.Exception
component
- コンポーネントjava.lang.Exception
- 処理に失敗するとスローされます。