IActivity
interface IActivity<Service_Type : IActor?, Activity_Type : IActivity<Service_Type, Activity_Type, Preference_Type, Page_Type>?, Preference_Type : SharedPreferencesHelper?, Page_Type : Enum?>
Created with IntelliJ IDEA. User: martin Date: 19.10.12 Time: 20:25 To change this template use File | Settings | File Templates.
Functions
Link copied to clipboard
get service when connection is available
Link copied to clipboard
abstract fun setFragment(fragment: IFragment<Service_Type, Activity_Type, Preference_Type, Page_Type>, page: Page_Type)
Bind the fragment to its activity.
Link copied to clipboard
Bound or unbound to application service