Searched refs:ViewInterface (Results 1 – 6 of 6) sorted by relevance
31 protected ViewInterface mView;34 public Presenter(Context context, ViewInterface view, Model model) { in Presenter()42 public ViewInterface getView() { in getView()46 public void setView(ViewInterface view) { in setView()
36 ViewInterface view, Model model) { in getPresenter()44 Context.class, ViewInterface.class, Model.class); in getPresenter()
23 public interface ViewInterface { interface
28 public interface SlideViewInterface extends ViewInterface {
40 public MmsThumbnailPresenter(Context context, ViewInterface view, Model model) { in MmsThumbnailPresenter()
61 public SlideshowPresenter(Context context, ViewInterface view, Model model) { in SlideshowPresenter()