org.utgenome.gwt.utgb.client.util
Class Worker.WorkerCallback

java.lang.Object
  extended by 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>


Constructor Summary
Worker.WorkerCallback()
           
 
Method Summary
 void onFailure(Throwable caught)
           
 void onSuccess(Object result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Worker.WorkerCallback

public Worker.WorkerCallback()
Method Detail

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.