mirror of
https://github.com/WuXiaolong/AndroidMVPSample.git
synced 2025-12-20 10:35:41 +08:00
readme
This commit is contained in:
@@ -12,6 +12,7 @@ import cz.msebera.android.httpclient.Header;
|
||||
|
||||
/**
|
||||
* Created by WuXiaolong on 2015/9/23.
|
||||
* 业务具体处理
|
||||
*/
|
||||
public class MainPresenter implements Presenter<MainView> {
|
||||
private MainView mMainView;
|
||||
|
||||
@@ -4,9 +4,12 @@ import com.wuxiaolong.androidmvpsample.model.MainModel;
|
||||
|
||||
/**
|
||||
* Created by WuXiaolong on 2015/9/23.
|
||||
* 处理业务需要哪些方法
|
||||
*/
|
||||
public interface MainView {
|
||||
void showData(MainModel mainModel);
|
||||
|
||||
void showProgress();
|
||||
|
||||
void hideProgress();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user