V - The View@Deprecated public class HttpPresenter<V> extends Presenter<V>
| Modifier and Type | Field and Description |
|---|---|
protected HttpKit |
httpKit
Deprecated.
The
HttpKit that is used for http requests |
| Constructor and Description |
|---|
HttpPresenter(V view,
HttpKit httpKit)
Deprecated.
|
public void onDestroy(Object owner)
HttpRequests. This
assumes that you have set HttpRequest.setOwner(Object) for each
HttpRequest that you have submitted (by calling one of
HttpKits execute(...) methods.owner - The owner of the request.Presenter.onDestroy()Copyright © 2015 Hannes Dorfmann. All rights reserved.