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, handleVersionMismatch
public AbstractCallback()
public AbstractCallback(String text)
public void onFailure(Throwable caught)
KSAsyncCallback
onFailure
in interface com.google.gwt.user.client.rpc.AsyncCallback<T>
onFailure
in class KSAsyncCallback<T>
public void handleFailure(Throwable caught)
KSAsyncCallback
handleFailure
in class KSAsyncCallback<T>
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.