fr.inra.refcomp.client.constants
Class RefcompCallBack<T>
java.lang.Object
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
| 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 |
RefcompCallBack
public RefcompCallBack()
onFailure
public void onFailure(Throwable caught)
- Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<T>
Copyright © 2010-2012 Code Lutin. All Rights Reserved.