jp.go.aist.rtm.RTC
クラス RtcLifecycleActionListenerArgument

java.lang.Object
  上位を拡張 jp.go.aist.rtm.RTC.RtcLifecycleActionListenerArgument

public class RtcLifecycleActionListenerArgument
extends java.lang.Object

RtcLifecycleActionListenerArgument クラス


フィールドの概要
 java.lang.String m_args
           
 java.lang.String m_funcname
           
 java.lang.String m_method
           
 java.lang.String m_modname
           
 Properties m_prop
           
 RTObject_impl m_rtobj
           
 
コンストラクタの概要
RtcLifecycleActionListenerArgument(java.lang.String method)
          コンストラクタ
RtcLifecycleActionListenerArgument(java.lang.String method, Properties prop)
          コンストラクタ
RtcLifecycleActionListenerArgument(java.lang.String method, RTObject_impl rtobj)
          コンストラクタ
RtcLifecycleActionListenerArgument(java.lang.String method, java.lang.String args)
          コンストラクタ
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

m_method

public java.lang.String m_method

m_args

public java.lang.String m_args

m_prop

public Properties m_prop

m_rtobj

public RTObject_impl m_rtobj

m_modname

public java.lang.String m_modname

m_funcname

public java.lang.String m_funcname
コンストラクタの詳細

RtcLifecycleActionListenerArgument

public RtcLifecycleActionListenerArgument(java.lang.String method,
                                          java.lang.String args)
コンストラクタ


RtcLifecycleActionListenerArgument

public RtcLifecycleActionListenerArgument(java.lang.String method)
コンストラクタ


RtcLifecycleActionListenerArgument

public RtcLifecycleActionListenerArgument(java.lang.String method,
                                          RTObject_impl rtobj)
コンストラクタ


RtcLifecycleActionListenerArgument

public RtcLifecycleActionListenerArgument(java.lang.String method,
                                          Properties prop)
コンストラクタ