jp.go.aist.rtm.RTC
Class PreComponentActionListenerType

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

public class PreComponentActionListenerType
extends java.lang.Object

The types of PreComponentActionListener


Field Summary
static int PRE_COMPONENT_ACTION_LISTENER_NUM
           
static int PRE_ON_ABORTING
           
static int PRE_ON_ACTIVATED
           
static int PRE_ON_DEACTIVATED
           
static int PRE_ON_ERROR
           
static int PRE_ON_EXECUTE
           
static int PRE_ON_FINALIZE
           
static int PRE_ON_INITIALIZE
           
static int PRE_ON_RATE_CHANGED
           
static int PRE_ON_RESET
           
static int PRE_ON_SHUTDOWN
           
static int PRE_ON_STARTUP
           
static int PRE_ON_STATE_UPDATE
           
 
Constructor Summary
PreComponentActionListenerType()
           
 
Method Summary
static java.lang.String toString(int type)
           Convert PreComponentActionListenerType into the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRE_ON_INITIALIZE

public static final int PRE_ON_INITIALIZE
See Also:
Constant Field Values

PRE_ON_FINALIZE

public static final int PRE_ON_FINALIZE
See Also:
Constant Field Values

PRE_ON_STARTUP

public static final int PRE_ON_STARTUP
See Also:
Constant Field Values

PRE_ON_SHUTDOWN

public static final int PRE_ON_SHUTDOWN
See Also:
Constant Field Values

PRE_ON_ACTIVATED

public static final int PRE_ON_ACTIVATED
See Also:
Constant Field Values

PRE_ON_DEACTIVATED

public static final int PRE_ON_DEACTIVATED
See Also:
Constant Field Values

PRE_ON_ABORTING

public static final int PRE_ON_ABORTING
See Also:
Constant Field Values

PRE_ON_ERROR

public static final int PRE_ON_ERROR
See Also:
Constant Field Values

PRE_ON_RESET

public static final int PRE_ON_RESET
See Also:
Constant Field Values

PRE_ON_EXECUTE

public static final int PRE_ON_EXECUTE
See Also:
Constant Field Values

PRE_ON_STATE_UPDATE

public static final int PRE_ON_STATE_UPDATE
See Also:
Constant Field Values

PRE_ON_RATE_CHANGED

public static final int PRE_ON_RATE_CHANGED
See Also:
Constant Field Values

PRE_COMPONENT_ACTION_LISTENER_NUM

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

PreComponentActionListenerType

public PreComponentActionListenerType()
Method Detail

toString

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

Convert PreComponentActionListenerType into the string.

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