GWT 2.3.0

com.google.gwt.requestfactory.client
Interface RequestFactoryLogHandler.LoggingRequestProvider

Enclosing class:
RequestFactoryLogHandler

Deprecated.

@Deprecated
public static interface RequestFactoryLogHandler.LoggingRequestProvider

Provides a logging request.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.


Method Summary
 LoggingRequest getLoggingRequest()
          Deprecated. Returns the logging request.
 

Method Detail

getLoggingRequest

LoggingRequest getLoggingRequest()
Deprecated. 
Returns the logging request.

Returns:
a LoggingRequest instance

GWT 2.3.0