org.utgenome.gwt.utgb.client.util
Class WorkQueue

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.util.WorkQueue
All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command

public class WorkQueue
extends Object
implements com.google.gwt.user.client.Command


Constructor Summary
WorkQueue()
           
 
Method Summary
 void addWorker(Worker worker)
           
 void execute()
           
 boolean hasNextWorker()
           
 Worker nextWorker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkQueue

public WorkQueue()
Method Detail

execute

public void execute()
Specified by:
execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommand
Specified by:
execute in interface com.google.gwt.user.client.Command

hasNextWorker

public boolean hasNextWorker()

nextWorker

public Worker nextWorker()

addWorker

public void addWorker(Worker worker)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.