GWT 2.3.0

com.google.gwt.requestfactory.shared
Interface BaseProxy

All Known Subinterfaces:
EntityProxy, ValueProxy

Deprecated.

@Deprecated
public interface BaseProxy

The root type from which all client-side proxy objects are derived. Users should not extend the BaseProxy type directly, but use either EntityProxy or ValueProxy.

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

See Also:
EntityProxy, ValueProxy


GWT 2.3.0