org.sonar.api.web.gwt.client.webservices
Class BaseQueryCallback<P extends ResponsePOJO>

java.lang.Object
  extended by org.sonar.api.web.gwt.client.webservices.BaseQueryCallback<P>
All Implemented Interfaces:
QueryCallBack<P>

Deprecated. since 2.8. Use sonar-gwt-api instead.

@Deprecated
public abstract class BaseQueryCallback<P extends ResponsePOJO>
extends Object
implements QueryCallBack<P>


Constructor Summary
BaseQueryCallback()
          Deprecated.  
BaseQueryCallback(LoadingLabel loading)
          Deprecated.  
 
Method Summary
 void onError(int errorCode, String errorMessage)
          Deprecated.  
 void onTimeout()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.sonar.api.web.gwt.client.webservices.QueryCallBack
onResponse
 

Constructor Detail

BaseQueryCallback

public BaseQueryCallback()
Deprecated. 

BaseQueryCallback

public BaseQueryCallback(LoadingLabel loading)
Deprecated. 
Method Detail

onError

public void onError(int errorCode,
                    String errorMessage)
Deprecated. 
Specified by:
onError in interface QueryCallBack<P extends ResponsePOJO>

onTimeout

public void onTimeout()
Deprecated. 
Specified by:
onTimeout in interface QueryCallBack<P extends ResponsePOJO>


Copyright © 2009-2011 SonarSource. All Rights Reserved.