org.drools.guvnor.client.common
Class GenericCallback<T>

java.lang.Object
  extended by 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).


Constructor Summary
GenericCallback()
           
 
Method Summary
 void onFailure(Throwable t)
           
static void showSessionExpiry()
           
 
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

GenericCallback

public GenericCallback()
Method Detail

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-2012 JBoss by Red Hat. All Rights Reserved.