public class AbstractCallback<T> extends KSAsyncCallback<T>
| Constructor and Description |
|---|
AbstractCallback() |
AbstractCallback(String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleFailure(Throwable caught)
Allows institution to override this method by implementing its own
AsyncCallbackFailureHandler.
|
void |
onFailure(Throwable caught)
Allows institution to override this method by implementing its own
AsyncCallbackFailureHandler.
|
void |
onSuccess(T result) |
handleTimeout, handleVersionMismatchpublic AbstractCallback()
public AbstractCallback(String text)
public void onFailure(Throwable caught)
KSAsyncCallbackonFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<T>onFailure in class KSAsyncCallback<T>public void handleFailure(Throwable caught)
KSAsyncCallbackhandleFailure in class KSAsyncCallback<T>Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.