org.fusesource.web.console.client.util
Class AsyncCallbackAdapter<T>

java.lang.Object
  extended by org.fusesource.web.console.client.util.AsyncCallbackAdapter<T>
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<T>

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

Version:
$Revision: 1.1 $

Constructor Summary
AsyncCallbackAdapter()
           
 
Method Summary
 void onFailure(java.lang.Throwable caught)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.rpc.AsyncCallback
onSuccess
 

Constructor Detail

AsyncCallbackAdapter

public AsyncCallbackAdapter()
Method Detail

onFailure

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


Copyright © 2009 FuseSource. All Rights Reserved.