com.tensegrity.wpalo.client.async
Class WaitCursorCallback<T>

java.lang.Object
  extended by com.tensegrity.wpalo.client.async.Callback<T>
      extended by com.tensegrity.wpalo.client.async.WaitCursorCallback<T>
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<T>

public abstract class WaitCursorCallback<T>
extends Callback<T>


Field Summary
 
Fields inherited from class com.tensegrity.wpalo.client.async.Callback
constants
 
Constructor Summary
WaitCursorCallback(java.lang.String waitMessage)
           
WaitCursorCallback(java.lang.String waitMessage, java.lang.String message)
           
 
Method Summary
 void onFailure(java.lang.Throwable caught)
           
 
Methods inherited from class com.tensegrity.wpalo.client.async.Callback
handle, handled, hideWaitCursor
 
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

WaitCursorCallback

public WaitCursorCallback(java.lang.String waitMessage)

WaitCursorCallback

public WaitCursorCallback(java.lang.String waitMessage,
                          java.lang.String message)
Method Detail

onFailure

public void onFailure(java.lang.Throwable caught)
Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<T>
Overrides:
onFailure in class Callback<T>