|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.student.common.ui.client.application.KSAsyncCallback<T>
public abstract class KSAsyncCallback<T>
All GWT call backs use this class, which allows us to intercept any failure and handle them appropriately.
| Constructor Summary | |
|---|---|
KSAsyncCallback()
|
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
public KSAsyncCallback()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||