org.gcube.portlets.user.td.openwidget.client.util
Class NOPCallBack<T,F>
java.lang.Object
org.gcube.portlets.user.td.openwidget.client.util.NOPCallBack<T,F>
- Type Parameters:
T - F -
- All Implemented Interfaces:
- com.google.gwt.core.client.Callback<T,F>
public class NOPCallBack<T,F>
- extends Object
- implements com.google.gwt.core.client.Callback<T,F>
- Author:
- "Giancarlo Panichi"
g.panichi@isti.cnr.it
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOPCallBack
public NOPCallBack()
onFailure
public void onFailure(F reason)
- Specified by:
onFailure in interface com.google.gwt.core.client.Callback<T,F>
onSuccess
public void onSuccess(T result)
- Specified by:
onSuccess in interface com.google.gwt.core.client.Callback<T,F>
Copyright © 2013. All Rights Reserved.