org.utgenome.gwt.utgb.client.util
Class Worker.WorkerCallback
java.lang.Object
org.utgenome.gwt.utgb.client.util.Worker.WorkerCallback
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<Object>
- Enclosing class:
- Worker
public class Worker.WorkerCallback
- extends Object
- implements com.google.gwt.user.client.rpc.AsyncCallback<Object>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Worker.WorkerCallback
public Worker.WorkerCallback()
onFailure
public void onFailure(Throwable caught)
- Specified by:
onFailure
in interface com.google.gwt.user.client.rpc.AsyncCallback<Object>
onSuccess
public void onSuccess(Object result)
- Specified by:
onSuccess
in interface com.google.gwt.user.client.rpc.AsyncCallback<Object>
Copyright © 2007-2012 utgenome.org. All Rights Reserved.