|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIntentService
com.blogspot.applications4android.comicreader.core.FullyAwakeIntentService
public abstract class FullyAwakeIntentService
Class which is expected to launch a service while fully awake throughout Code borrowed from Mark Murphy's WakefulIntentService
Constructor Summary | |
---|---|
FullyAwakeIntentService(java.lang.String name)
Constructor |
Method Summary | |
---|---|
static void |
acquireStaticLock(Context context)
Acquire a lock on the static lock object |
protected abstract void |
doWork(Intent intent)
Perform the actual work |
protected void |
onHandleIntent(Intent intent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FullyAwakeIntentService(java.lang.String name)
name
- name of this classMethod Detail |
---|
public static void acquireStaticLock(Context context)
context
- contextprotected final void onHandleIntent(Intent intent)
protected abstract void doWork(Intent intent)
intent
- intent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |