jp.go.aist.rtm.RTC
Class ConfigurationParamListenerType

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

public class ConfigurationParamListenerType
extends java.lang.Object

The types of ConfigurationParamListener


Field Summary
static int CONFIG_PARAM_LISTENER_NUM
           
static int ON_UPDATE_CONFIG_PARAM
           
 
Constructor Summary
ConfigurationParamListenerType()
           
 
Method Summary
static java.lang.String toString(int type)
           Convert ConfigurationParamListenerType 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_PARAM

public static final int ON_UPDATE_CONFIG_PARAM
See Also:
Constant Field Values

CONFIG_PARAM_LISTENER_NUM

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

ConfigurationParamListenerType

public ConfigurationParamListenerType()
Method Detail

toString

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

Convert ConfigurationParamListenerType into the string.

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