public interface FeaturePresenter extends Presenter, Scopeable
| Modifier and Type | Method and Description |
|---|---|
Feature |
getFeature()
Gets the
Feature that controls this FeaturePresenter. |
void |
setFeature(Feature feature)
Sets the
Feature that controls this FeaturePresenter. |
onViewCreated, onViewDestroy, onViewPause, onViewResume, onViewStart, onViewStopFeature getFeature()
Feature that controls this FeaturePresenter.Feature.void setFeature(Feature feature)
Feature that controls this FeaturePresenter.feature - A Feature.