robotics
Class RobotInterface.Mediator

java.lang.Object
  |
  +--robotics.RobotInterface.Mediator
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
RobotInterface

class RobotInterface.Mediator
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  int count
           
(package private)  long timeout
           
 
Constructor Summary
RobotInterface.Mediator()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

count

int count

timeout

long timeout
Constructor Detail

RobotInterface.Mediator

public RobotInterface.Mediator()
Method Detail

run

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