|
||||||||||
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
com.blogspot.applications4android.comicreader.BackgroundCacheIntentService
public class BackgroundCacheIntentService
Actual class for background caching
Field Summary | |
---|---|
static int |
SYNC_BOTH
both the above |
static int |
SYNC_FROM_LATEST
sync backwards from latest |
static int |
SYNC_FROM_PREV_SESSION
sync forwards from previous session |
Constructor Summary | |
---|---|
BackgroundCacheIntentService()
Constructor |
Method Summary | |
---|---|
protected void |
doWork(Intent intent)
Perform the actual work |
void |
onCancelClick(View v)
Callback for cancelling this progress |
Methods inherited from class com.blogspot.applications4android.comicreader.core.FullyAwakeIntentService |
---|
acquireStaticLock, onHandleIntent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SYNC_FROM_LATEST
public static final int SYNC_FROM_PREV_SESSION
public static final int SYNC_BOTH
Constructor Detail |
---|
public BackgroundCacheIntentService()
Method Detail |
---|
protected void doWork(Intent intent)
FullyAwakeIntentService
doWork
in class FullyAwakeIntentService
intent
- intentpublic void onCancelClick(View v)
v
- view generating this callback
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |