org.utgenome.gwt.utgb.client.util
Class Worker
java.lang.Object
org.utgenome.gwt.utgb.client.util.Worker
- All Implemented Interfaces:
- 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.user.client.Command
handleFailure
public void handleFailure(Throwable caught)
handleSuccess
public void handleSuccess()

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.