jp.go.aist.rtm.RTC
Class ConfigurationSetListenerType
java.lang.Object
jp.go.aist.rtm.RTC.ConfigurationSetListenerType
public class ConfigurationSetListenerType
- extends java.lang.Object
The types of ConfigurationSetListener
- ON_ADD_CONFIG_SET
- CONFIG_SET_LISTENER_NUM
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 |
ON_SET_CONFIG_SET
public static final int ON_SET_CONFIG_SET
- See Also:
- Constant Field Values
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
ConfigurationSetListenerType
public ConfigurationSetListenerType()
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