org.kuali.student.lum.program.client.rpc
Class AbstractCallback<T>
java.lang.Object
org.kuali.student.common.ui.client.application.KSAsyncCallback<T>
org.kuali.student.lum.program.client.rpc.AbstractCallback<T>
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<T>
public class AbstractCallback<T>
- extends KSAsyncCallback<T>
- Author:
- Igor
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCallback
public AbstractCallback()
AbstractCallback
public AbstractCallback(String text)
onFailure
public void onFailure(Throwable caught)
- Description copied from class:
KSAsyncCallback
- Allows institution to override this method by implementing its own
AsyncCallbackFailureHandler.
- Specified by:
onFailure
in interface com.google.gwt.user.client.rpc.AsyncCallback<T>
- Overrides:
onFailure
in class KSAsyncCallback<T>
handleFailure
public void handleFailure(Throwable caught)
- Description copied from class:
KSAsyncCallback
- Allows institution to override this method by implementing its own
AsyncCallbackFailureHandler.
- Overrides:
handleFailure
in class KSAsyncCallback<T>
onSuccess
public void onSuccess(T result)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.