public abstract static class ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT> extends ForwardingHttpJsonClientCallListener<ResponseT>
A simplified version of ForwardingHttpJsonClientCallListener where subclasses can pass in a HttpJsonClientCall.Listener as the delegate.
Inheritance
java.lang.Object > HttpJsonClientCall.Listener > ForwardingHttpJsonClientCallListener > ForwardingHttpJsonClientCallListener.SimpleForwardingHttpJsonClientCallListener<ResponseT>Type Parameter
Name | Description |
ResponseT |
Constructors
SimpleForwardingHttpJsonClientCallListener(HttpJsonClientCall.Listener<ResponseT> delegate)
protected SimpleForwardingHttpJsonClientCallListener(HttpJsonClientCall.Listener<ResponseT> delegate)
Name | Description |
delegate | Listener<ResponseT> |
Methods
delegate()
protected HttpJsonClientCall.Listener<ResponseT> delegate()
Type | Description |
Listener<ResponseT> |