public abstract class KSAsyncCallback<T> extends Object implements com.google.gwt.user.client.rpc.AsyncCallback<T>
Constructor and Description |
---|
KSAsyncCallback() |
Modifier and Type | Method and Description |
---|---|
void |
handleFailure(Throwable caught)
Allows institution to override this method by implementing its own
AsyncCallbackFailureHandler.
|
void |
handleTimeout(Throwable caught)
Allows institution to override this method by implementing its own
AsyncCallbackFailureHandler.
|
void |
handleVersionMismatch(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.
|
public KSAsyncCallback()
public void onFailure(Throwable caught)
onFailure
in interface com.google.gwt.user.client.rpc.AsyncCallback<T>
public void handleFailure(Throwable caught)
public void handleTimeout(Throwable caught)
public void handleVersionMismatch(Throwable caught)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.