jp.go.aist.rtm.RTC
Class PostComponentActionListenerArgument

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

public class PostComponentActionListenerArgument
extends java.lang.Object

PostComponentActionListenerArgumen class


Field Summary
 int m_exec_handle
           
 ReturnCode_t m_ret
           
 
Constructor Summary
PostComponentActionListenerArgument(int handle, ReturnCode_t ret)
           Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_exec_handle

public int m_exec_handle

m_ret

public ReturnCode_t m_ret
Constructor Detail

PostComponentActionListenerArgument

public PostComponentActionListenerArgument(int handle,
                                           ReturnCode_t ret)
Constructor