org.eclipse.higgins.ics.gwt.base.client.util
Class GWTCallBack

java.lang.Object
  extended byorg.eclipse.higgins.ics.gwt.base.client.util.GWTCallBack
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback

public abstract class GWTCallBack
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback

Author:
Alexander Yuhimenko

Constructor Summary
GWTCallBack()
           
 
Method Summary
 void onFailure(Throwable arg0)
           
abstract  void onSuccess(Object res)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTCallBack

public GWTCallBack()
Method Detail

onFailure

public void onFailure(Throwable arg0)
Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback

onSuccess

public abstract void onSuccess(Object res)
Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback