com.google.gwt.requestfactory.client.impl
Class AbstractDoubleRequest

java.lang.Object
  extended by com.google.gwt.requestfactory.client.impl.AbstractRequest<java.lang.Double,AbstractDoubleRequest>
      extended by com.google.gwt.requestfactory.client.impl.AbstractDoubleRequest
All Implemented Interfaces:
RequestFactory.RequestObject<java.lang.Double>

public abstract class AbstractDoubleRequest
extends AbstractRequest<java.lang.Double,AbstractDoubleRequest>

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

Abstract implementation of RequestFactory.RequestObject for requests that return Double.


Constructor Summary
AbstractDoubleRequest(RequestFactoryJsonImpl requestFactory)
           
 
Method Summary
 void handleResponseText(java.lang.String responseText)
           
 
Methods inherited from class com.google.gwt.requestfactory.client.impl.AbstractRequest
fire, forProperties, forProperty, getProperties, to
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.requestfactory.shared.RequestFactory.RequestObject
getRequestData
 

Constructor Detail

AbstractDoubleRequest

public AbstractDoubleRequest(RequestFactoryJsonImpl requestFactory)
Method Detail

handleResponseText

public void handleResponseText(java.lang.String responseText)