kaos.robots.core.test
Class RobotClientExample

java.lang.Object
  extended by kaos.robots.core.test.RobotClientExample

public class RobotClientExample
extends java.lang.Object


Field Summary
 ActionStatusCallbackImpl _cbl
           
 
Constructor Summary
RobotClientExample(KAoSRobot robot)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void robotRegisteredWithKAoS()
           
 void startTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_cbl

public ActionStatusCallbackImpl _cbl
Constructor Detail

RobotClientExample

public RobotClientExample(KAoSRobot robot)
Method Detail

startTest

public void startTest()

robotRegisteredWithKAoS

public void robotRegisteredWithKAoS()

main

public static void main(java.lang.String[] args)