video
Class RobotActionQueue

java.lang.Object
  extended by video.RobotActionQueue

public class RobotActionQueue
extends java.lang.Object


Constructor Summary
RobotActionQueue()
           
 
Method Summary
 void add(RobotAction action)
           
 RobotAction next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotActionQueue

public RobotActionQueue()
Method Detail

next

public RobotAction next()
                 throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

add

public void add(RobotAction action)