Back to project page android-mvc-framework.
The source code is released under:
Apache License
If you think the Android project android-mvc-framework listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.android_mvc.framework.task; /*from w w w . j av a 2s . c om*/ /** * ????????????????????????????????? * @author id:language_and_engineering * */ public abstract class RunnerFollower { protected abstract void exec(); }