org.utgenome.gwt.utgb.client.util
Class Worker
java.lang.Object
org.utgenome.gwt.utgb.client.util.Worker
- All Implemented Interfaces:
- com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command
public abstract class Worker
- extends Object
- implements com.google.gwt.user.client.Command
Constructor Summary |
Worker(WorkQueue workQueue,
com.google.gwt.user.client.Command command)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Worker
public Worker(WorkQueue workQueue,
com.google.gwt.user.client.Command command)
execute
public abstract 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
handleFailure
public void handleFailure(Throwable caught)
handleSuccess
public void handleSuccess()
Copyright © 2007-2012 utgenome.org. All Rights Reserved.