jp.go.aist.rtm.RTC
Class PostComponentActionListenerType

java.lang.Object
  extended by jp.go.aist.rtm.RTC.PostComponentActionListenerType

public class PostComponentActionListenerType
extends java.lang.Object

The types of PostComponentActionListener


Field Summary
static int POST_COMPONENT_ACTION_LISTENER_NUM
           
static int POST_ON_ABORTING
           
static int POST_ON_ACTIVATED
           
static int POST_ON_DEACTIVATED
           
static int POST_ON_ERROR
           
static int POST_ON_EXECUTE
           
static int POST_ON_FINALIZE
           
static int POST_ON_INITIALIZE
           
static int POST_ON_RATE_CHANGED
           
static int POST_ON_RESET
           
static int POST_ON_SHUTDOWN
           
static int POST_ON_STARTUP
           
static int POST_ON_STATE_UPDATE
           
 
Constructor Summary
PostComponentActionListenerType()
           
 
Method Summary
static java.lang.String toString(int type)
           Convert PostComponentActionListenerType into the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POST_ON_INITIALIZE

public static final int POST_ON_INITIALIZE
See Also:
Constant Field Values

POST_ON_FINALIZE

public static final int POST_ON_FINALIZE
See Also:
Constant Field Values

POST_ON_STARTUP

public static final int POST_ON_STARTUP
See Also:
Constant Field Values

POST_ON_SHUTDOWN

public static final int POST_ON_SHUTDOWN
See Also:
Constant Field Values

POST_ON_ACTIVATED

public static final int POST_ON_ACTIVATED
See Also:
Constant Field Values

POST_ON_DEACTIVATED

public static final int POST_ON_DEACTIVATED
See Also:
Constant Field Values

POST_ON_ABORTING

public static final int POST_ON_ABORTING
See Also:
Constant Field Values

POST_ON_ERROR

public static final int POST_ON_ERROR
See Also:
Constant Field Values

POST_ON_RESET

public static final int POST_ON_RESET
See Also:
Constant Field Values

POST_ON_EXECUTE

public static final int POST_ON_EXECUTE
See Also:
Constant Field Values

POST_ON_STATE_UPDATE

public static final int POST_ON_STATE_UPDATE
See Also:
Constant Field Values

POST_ON_RATE_CHANGED

public static final int POST_ON_RATE_CHANGED
See Also:
Constant Field Values

POST_COMPONENT_ACTION_LISTENER_NUM

public static final int POST_COMPONENT_ACTION_LISTENER_NUM
See Also:
Constant Field Values
Constructor Detail

PostComponentActionListenerType

public PostComponentActionListenerType()
Method Detail

toString

public static java.lang.String toString(int type)
Convert PostComponentActionListenerType into the string.

Convert PostComponentActionListenerType into the string.

Parameters:
type - The target PostComponentActionListenerType for transformation
Returns:
Trnasformation result of string representation