jp.go.aist.rtm.RTC
Class ConfigurationSetListenerType

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

public class ConfigurationSetListenerType
extends java.lang.Object

The types of ConfigurationSetListener


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

Field Detail

ON_ADD_CONFIG_SET

public static final int ON_ADD_CONFIG_SET
See Also:
Constant Field Values

CONFIG_SET_LISTENER_NUM

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

ConfigurationSetListenerType

public ConfigurationSetListenerType()
Method Detail

toString

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

Convert ConfigurationSetListenerType into the string.

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