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