org.kuali.student.lum.program.client.rpc
Class AbstractCallback<T>

java.lang.Object
  extended by org.kuali.student.common.ui.client.application.KSAsyncCallback<T>
      extended by 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

Constructor Summary
AbstractCallback()
           
AbstractCallback(String text)
           
 
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 org.kuali.student.common.ui.client.application.KSAsyncCallback
handleTimeout, handleVersionMismatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCallback

public AbstractCallback()

AbstractCallback

public AbstractCallback(String text)
Method Detail

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.