jp.go.aist.rtm.RTC
Class ExecutionContextActionListenerType

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

public class ExecutionContextActionListenerType
extends java.lang.Object

The types of ExecutionContextActionListener


Field Summary
static int ATTACH_EC
           
static int DETACH_EC
           
static int EC_ACTION_LISTENER_NUM
           
 
Constructor Summary
ExecutionContextActionListenerType()
           
 
Method Summary
static java.lang.String toString(int type)
           Convert ExecutionContextActionListenerType into the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTACH_EC

public static final int ATTACH_EC
See Also:
Constant Field Values

DETACH_EC

public static final int DETACH_EC
See Also:
Constant Field Values

EC_ACTION_LISTENER_NUM

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

ExecutionContextActionListenerType

public ExecutionContextActionListenerType()
Method Detail

toString

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

Convert ExecutionContextActionListenerType into the string.

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