org.xwiki.gwt.user.client.ui.wizard
Class Wizard.AbstractAsyncCallbackAdaptor<T>
java.lang.Object
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.
| 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 |
Wizard.AbstractAsyncCallbackAdaptor
protected Wizard.AbstractAsyncCallbackAdaptor()
onFailure
public void onFailure(Throwable caught)
- Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<T>
Copyright © 2004-2013 XWiki. All Rights Reserved.