edu.mayo.bsi.ngsportal.client
Class HandleVoid

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

public class HandleVoid
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<Void>

@author Gregory Dougherty


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

onSuccess

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