org.gcube.portlets.user.td.openwidget.client.util
Class NOPCallBack<T,F>

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

Constructor Summary
NOPCallBack()
           
 
Method Summary
 void onFailure(F reason)
           
 void onSuccess(T result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NOPCallBack

public NOPCallBack()
Method Detail

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.