Package moxy
Interface MvpDelegateHolder
-
public interface MvpDelegateHolderDefines class, that containsMvpDelegate. Every call togetMvpDelegate()must return same instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MvpDelegategetMvpDelegate()
-
-
-
Method Detail
-
getMvpDelegate
MvpDelegate getMvpDelegate()
- Returns:
- Instance of MvpDelegate
-
-