jp.go.aist.rtm.RTC
クラス PostComponentActionListenerType
java.lang.Object
jp.go.aist.rtm.RTC.PostComponentActionListenerType
public class PostComponentActionListenerType
- extends java.lang.Object
PostComponentActionListener のタイプ
- POST_ON_INITIALIZE: onInitialize 直後
- POST_ON_FINALIZE: onFinalize 直後
- POST_ON_STARTUP: onStartup 直後
- POST_ON_SHUTDOWN: onShutdown 直後
- POST_ON_ACTIVATED: onActivated 直後
- POST_ON_DEACTIVATED: onDeactivated 直後
- POST_ON_ABORTING: onAborted 直後
- POST_ON_ERROR: onError 直後
- POST_ON_RESET: onReset 直後
- POST_ON_EXECUTE: onExecute 直後
- POST_ON_STATE_UPDATE: onStateUpdate 直後
- POST_ON_RATE_CHANGED: onRateChanged 直後
メソッドの概要 |
static java.lang.String |
toString(int type)
PostComponentActionListenerType を文字列に変換
|
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POST_ON_INITIALIZE
public static final int POST_ON_INITIALIZE
- 関連項目:
- 定数フィールド値
POST_ON_FINALIZE
public static final int POST_ON_FINALIZE
- 関連項目:
- 定数フィールド値
POST_ON_STARTUP
public static final int POST_ON_STARTUP
- 関連項目:
- 定数フィールド値
POST_ON_SHUTDOWN
public static final int POST_ON_SHUTDOWN
- 関連項目:
- 定数フィールド値
POST_ON_ACTIVATED
public static final int POST_ON_ACTIVATED
- 関連項目:
- 定数フィールド値
POST_ON_DEACTIVATED
public static final int POST_ON_DEACTIVATED
- 関連項目:
- 定数フィールド値
POST_ON_ABORTING
public static final int POST_ON_ABORTING
- 関連項目:
- 定数フィールド値
POST_ON_ERROR
public static final int POST_ON_ERROR
- 関連項目:
- 定数フィールド値
POST_ON_RESET
public static final int POST_ON_RESET
- 関連項目:
- 定数フィールド値
POST_ON_EXECUTE
public static final int POST_ON_EXECUTE
- 関連項目:
- 定数フィールド値
POST_ON_STATE_UPDATE
public static final int POST_ON_STATE_UPDATE
- 関連項目:
- 定数フィールド値
POST_ON_RATE_CHANGED
public static final int POST_ON_RATE_CHANGED
- 関連項目:
- 定数フィールド値
POST_COMPONENT_ACTION_LISTENER_NUM
public static final int POST_COMPONENT_ACTION_LISTENER_NUM
- 関連項目:
- 定数フィールド値
PostComponentActionListenerType
public PostComponentActionListenerType()
toString
public static java.lang.String toString(int type)
- PostComponentActionListenerType を文字列に変換
PostComponentActionListenerType を文字列に変換する
- パラメータ:
type
- 変換対象 PostComponentActionListenerType
- 戻り値:
- 文字列変換結果