org.drools.guvnor.client.common
Class GenericCallback<T>
java.lang.Object
org.drools.guvnor.client.common.GenericCallback<T>
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<T>
public abstract class GenericCallback<T>
- extends Object
- implements com.google.gwt.user.client.rpc.AsyncCallback<T>
This is a generic call back that handles errors (very simply).
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 |
GenericCallback
public GenericCallback()
onFailure
public void onFailure(Throwable t)
- Specified by:
onFailure
in interface com.google.gwt.user.client.rpc.AsyncCallback<T>
showSessionExpiry
public static void showSessionExpiry()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.