fr.inra.refcomp.client.constants
Class RefcompCallBack<T>

java.lang.Object
  extended by fr.inra.refcomp.client.constants.RefcompCallBack<T>
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<T>
Direct Known Subclasses:
FullTreeCallback, TreeItemCallback, TreeRootCallback

public abstract class RefcompCallBack<T>
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<T>

Default callback for refcomp service calls. Defines a default onFailure method dealing with security exceptions User: couteau Date: 30/12/10


Constructor Summary
RefcompCallBack()
           
 
Method Summary
 void onFailure(Throwable caught)
           
 
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

RefcompCallBack

public RefcompCallBack()
Method Detail

onFailure

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


Copyright © 2010-2011 Code Lutin. All Rights Reserved.