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

java.lang.Object
  extended by org.xwiki.gwt.user.client.ui.wizard.Wizard.AbstractDefaultAsyncCallback<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.AbstractDefaultAsyncCallback<T>
extends java.lang.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.

See Also:
AsyncCallback

Constructor Summary
protected Wizard.AbstractDefaultAsyncCallback()
           
 
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

Wizard.AbstractDefaultAsyncCallback

protected Wizard.AbstractDefaultAsyncCallback()
Method Detail

onFailure

public void onFailure(java.lang.Throwable caught)

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


Copyright © 2004-2010 XWiki. All Rights Reserved.