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

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

public abstract class AbstractLongRequest
extends AbstractRequest<java.lang.Long,AbstractLongRequest>

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 Long.


Constructor Summary
AbstractLongRequest(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

AbstractLongRequest

public AbstractLongRequest(RequestFactoryJsonImpl requestFactory)
Method Detail

handleResponseText

public void handleResponseText(java.lang.String responseText)