org.xwiki.gwt.user.client.ui.wizard
Class Wizard.AbstractAsyncCallbackAdaptor<T>

java.lang.Object
  extended by org.xwiki.gwt.user.client.ui.wizard.Wizard.AbstractAsyncCallbackAdaptor<T>
Type Parameters:
T - the return type of the callback
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<T>
Enclosing class:
Wizard

protected abstract class Wizard.AbstractAsyncCallbackAdaptor<T>
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<T>

Asynchronous callback adapter to handle the callback fails by displaying the error inside the dialog.


Constructor Summary
protected Wizard.AbstractAsyncCallbackAdaptor()
           
 
Method Summary
 void onFailure(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

Wizard.AbstractAsyncCallbackAdaptor

protected Wizard.AbstractAsyncCallbackAdaptor()
Method Detail

onFailure

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


Copyright © 2004-2012 XWiki. All Rights Reserved.