jp.go.aist.rtm.RTC
Class PortActionListenerType

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

public class PortActionListenerType
extends java.lang.Object

The types of PortActionListener


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

Field Detail

ADD_PORT

public static final int ADD_PORT
See Also:
Constant Field Values

REMOVE_PORT

public static final int REMOVE_PORT
See Also:
Constant Field Values

PORT_ACTION_LISTENER_NUM

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

PortActionListenerType

public PortActionListenerType()
Method Detail

toString

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

Convert PortActionListenerType into the string.

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