jp.go.aist.rtm.RTC.port
Class PortConnectListenerType
java.lang.Object
jp.go.aist.rtm.RTC.port.PortConnectListenerType
public class PortConnectListenerType
- extends java.lang.Object
The types of ConnectorDataListener
- ON_NOTIFY_CONNECT: right after entering into notify_connect()
- ON_NOTIFY_DISCONNECT: right after entering into notify_disconnect()
- ON_UNSUBSCRIBE_INTERFACES: unsubscribing IF in notify_disconnect()
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 |
ON_NOTIFY_CONNECT
public static final int ON_NOTIFY_CONNECT
- See Also:
- Constant Field Values
ON_NOTIFY_DISCONNECT
public static final int ON_NOTIFY_DISCONNECT
- See Also:
- Constant Field Values
ON_UNSUBSCRIBE_INTERFACES
public static final int ON_UNSUBSCRIBE_INTERFACES
- See Also:
- Constant Field Values
PORT_CONNECT_LISTENER_NUM
public static final int PORT_CONNECT_LISTENER_NUM
- See Also:
- Constant Field Values
PortConnectListenerType
public PortConnectListenerType()
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