com.ebmwebsourcing.webdesigner.presentation.gwt.client.rpc
Class StdAsyncCallback<T>

java.lang.Object
  extended by com.ebmwebsourcing.webdesigner.presentation.gwt.client.rpc.StdAsyncCallback<T>
Type Parameters:
T -
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<T>

public class StdAsyncCallback<T>
extends java.lang.Object
implements com.google.gwt.user.client.rpc.AsyncCallback<T>

Author:
nfleury

Constructor Summary
StdAsyncCallback()
           
 
Method Summary
 void onFailure(java.lang.Throwable arg0)
           
 void onSuccess(T arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StdAsyncCallback

public StdAsyncCallback()
Method Detail

onFailure

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

onSuccess

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


Copyright © 2010 eBM WebSourcing. All Rights Reserved.