jp.go.aist.rtm.RTC
Class ConfigurationSetNameListenerType

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

public class ConfigurationSetNameListenerType
extends java.lang.Object

The types of ConfigurationSetNameListener


Field Summary
static int CONFIG_SET_NAME_LISTENER_NUM
           
static int ON_ACTIVATE_CONFIG_SET
           
static int ON_REMOVE_CONFIG_SET
           
static int ON_UPDATE_CONFIG_SET
           
 
Constructor Summary
ConfigurationSetNameListenerType()
           
 
Method Summary
static java.lang.String toString(int type)
           Convert ConfigurationSetNameListenerType into the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_UPDATE_CONFIG_SET

public static final int ON_UPDATE_CONFIG_SET
See Also:
Constant Field Values

ON_REMOVE_CONFIG_SET

public static final int ON_REMOVE_CONFIG_SET
See Also:
Constant Field Values

ON_ACTIVATE_CONFIG_SET

public static final int ON_ACTIVATE_CONFIG_SET
See Also:
Constant Field Values

CONFIG_SET_NAME_LISTENER_NUM

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

ConfigurationSetNameListenerType

public ConfigurationSetNameListenerType()
Method Detail

toString

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

Convert ConfigurationSetNameListenerType into the string.

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