edu.mayo.bsi.ngsportal.client
Class HandleBoolean

java.lang.Object
  extended by 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


Method Summary
 void onFailure(Throwable caught)
           
 void onSuccess(Boolean result)
           
 
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<Boolean>

onSuccess

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