public class IntentServiceController<T extends android.app.IntentService> extends ComponentController<IntentServiceController<T>,T>
attached, component, intent, myself, shadowMainLooper| Modifier and Type | Method and Description | 
|---|---|
IntentServiceController<T> | 
bind()  | 
IntentServiceController<T> | 
create()  | 
IntentServiceController<T> | 
destroy()  | 
IntentServiceController<T> | 
handleIntent()  | 
static <T extends android.app.IntentService> | 
of(T service,
  android.content.Intent intent)  | 
IntentServiceController<T> | 
rebind()  | 
IntentServiceController<T> | 
startCommand(int flags,
            int startId)  | 
IntentServiceController<T> | 
unbind()  | 
get, getIntent, invokeWhilePausedpublic static <T extends android.app.IntentService> IntentServiceController<T> of(T service, android.content.Intent intent)
public IntentServiceController<T> bind()
public IntentServiceController<T> create()
create in class ComponentController<IntentServiceController<T extends android.app.IntentService>,T extends android.app.IntentService>public IntentServiceController<T> destroy()
destroy in class ComponentController<IntentServiceController<T extends android.app.IntentService>,T extends android.app.IntentService>public IntentServiceController<T> rebind()
public IntentServiceController<T> startCommand(int flags, int startId)
public IntentServiceController<T> unbind()
public IntentServiceController<T> handleIntent()