edu.mayo.bsi.ngsportal.client
Class HandleAnalysisSearch

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.client.HandleAnalysisSearch
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<List<AnalysisInfo>>

public class HandleAnalysisSearch
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<List<AnalysisInfo>>

@author Gregory Dougherty


Method Summary
 void onFailure(Throwable caught)
           
 void onSuccess(List<AnalysisInfo> results)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

onFailure

public void onFailure(Throwable caught)
Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<List<AnalysisInfo>>

onSuccess

public void onSuccess(List<AnalysisInfo> results)
Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<List<AnalysisInfo>>