V - The View@Deprecated public class Presenter<V> extends Object
| Modifier and Type | Method and Description |
|---|---|
V |
getView()
Deprecated.
get the view
|
void |
onDestroy()
Deprecated.
This method should be called , when the activity or fragment has been
destroyed, so no future
HttpResponse will be pushed to the
destroyed view. |
void |
setView(V view)
Deprecated.
Set the view
|
protected V view
public Presenter(V view)
public void setView(V view)
view - public V getView()
public void onDestroy()
HttpResponse will be pushed to the
destroyed view. This method simply calls setView(null). This
method do not cancel any pending HttpRequests.Copyright © 2015 Hannes Dorfmann. All rights reserved.