game.net
Class RequestQueue

java.lang.Object
  extended by game.net.RequestQueue

public class RequestQueue
extends java.lang.Object


Constructor Summary
RequestQueue()
           
 
Method Summary
 void addRequest(ControlRequest newReq)
           
 void dispatchReqs(int time, ISimulatorNet sim)
           
 void flush()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestQueue

public RequestQueue()
Method Detail

addRequest

public void addRequest(ControlRequest newReq)

dispatchReqs

public void dispatchReqs(int time,
                         ISimulatorNet sim)

flush

public void flush()