All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arellomobile.mvp.ViewStateProvider Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package com.arellomobile.mvp;

import com.arellomobile.mvp.viewstate.MvpViewState;

/**
 * Date: 18.12.2015
 * Time: 13:15
 *
 * @author Yuri Shmakov
 */
public abstract class ViewStateProvider {
	/**
	 * 

Presenter creates view state object by calling this method.

* * @return view state class name */ public abstract MvpViewState getViewState(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy