jp.go.aist.rtm.RTC
Class ManagerActionListeners

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

 class ManagerActionListeners
extends java.lang.Object

ManagerActionListeners class


Field Summary
 LocalServiceActionListenerHolder localservice_
           
 ManagerActionListenerHolder manager_
           
 ModuleActionListenerHolder module_
           
 NamingActionListenerHolder naming_
           
 RtcLifecycleActionListenerHolder rtclifecycle_
           
 
Constructor Summary
ManagerActionListeners()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager_

public ManagerActionListenerHolder manager_

module_

public ModuleActionListenerHolder module_

rtclifecycle_

public RtcLifecycleActionListenerHolder rtclifecycle_

naming_

public NamingActionListenerHolder naming_

localservice_

public LocalServiceActionListenerHolder localservice_
Constructor Detail

ManagerActionListeners

ManagerActionListeners()