edu.mayo.bsi.ngsportal.client
Class HandleGetSampleInfoList
java.lang.Object
edu.mayo.bsi.ngsportal.client.HandleGetSampleInfoList
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<List<SampleInfo>>
public class HandleGetSampleInfoList
- extends Object
- implements com.google.gwt.user.client.rpc.AsyncCallback<List<SampleInfo>>
- Author:
- Greg Dougherty
HandleGetSampleInfoList
public HandleGetSampleInfoList(String callback,
NGSPortal caller)
- Parameters:
callback - caller -
onFailure
public void onFailure(Throwable caught)
- Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<List<SampleInfo>>
onSuccess
public void onSuccess(List<SampleInfo> result)
- Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<List<SampleInfo>>