org.utgenome.gwt.utgb.client.util
Class WorkQueue
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkQueue
public WorkQueue()
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.