edu.mayo.bsi.ngsportal.client
Class HandleQCSearch
java.lang.Object
edu.mayo.bsi.ngsportal.client.HandleQCSearch
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<List<QCResult>>
public class HandleQCSearch
- extends Object
- implements com.google.gwt.user.client.rpc.AsyncCallback<List<QCResult>>
@author Gregory Dougherty
onFailure
public void onFailure(Throwable caught)
- Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<List<QCResult>>
onSuccess
public void onSuccess(List<QCResult> results)
- Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<List<QCResult>>