edu.mayo.bsi.ngsportal.client
Class SampleHandler
java.lang.Object
edu.mayo.bsi.ngsportal.client.SampleHandler
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<List<SampleInfo>>
public class SampleHandler
- extends Object
- implements com.google.gwt.user.client.rpc.AsyncCallback<List<SampleInfo>>
@author Gregory Dougherty
SampleHandler
public SampleHandler(NGSPortal caller,
String command)
- Parameters:
caller - Pointer to the Portalcommand - Name of the command that fired off this callback
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>>