kaos.robots.core
Class KAoSRobot.RequestHandlerThread

java.lang.Object
  extended by kaos.robots.core.KAoSRobot.RequestHandlerThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
KAoSRobot

public class KAoSRobot.RequestHandlerThread
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  Logger _logger
           
 
Constructor Summary
KAoSRobot.RequestHandlerThread(KAoSRobot robot, ActionInstanceDescription aid, ActionStatusCallback callback)
           
 
Method Summary
protected  void printDebugString(java.lang.String msg, int loggerDisplayLevel)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_logger

protected Logger _logger
Constructor Detail

KAoSRobot.RequestHandlerThread

public KAoSRobot.RequestHandlerThread(KAoSRobot robot,
                                      ActionInstanceDescription aid,
                                      ActionStatusCallback callback)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

printDebugString

protected void printDebugString(java.lang.String msg,
                                int loggerDisplayLevel)