public interface ApplicationCache
| Modifier and Type | Field and Description |
|---|---|
static short |
CHECKING |
static short |
DOWNLOADING |
static short |
IDLE |
static short |
OBSOLETE |
static short |
UNCACHED |
static short |
UPDATEREADY |
| Modifier and Type | Method and Description |
|---|---|
Function |
getOncached() |
Function |
getOnchecking() |
Function |
getOndownloading() |
Function |
getOnerror() |
Function |
getOnnoupdate() |
Function |
getOnobsolete() |
Function |
getOnprogress() |
Function |
getOnupdateready() |
short |
getStatus() |
void |
setOncached(Function oncached) |
void |
setOnchecking(Function onchecking) |
void |
setOndownloading(Function ondownloading) |
void |
setOnerror(Function onerror) |
void |
setOnnoupdate(Function onnoupdate) |
void |
setOnobsolete(Function onobsolete) |
void |
setOnprogress(Function onprogress) |
void |
setOnupdateready(Function onupdateready) |
void |
swapCache() |
void |
update() |
static final short UNCACHED
static final short IDLE
static final short CHECKING
static final short DOWNLOADING
static final short UPDATEREADY
static final short OBSOLETE
short getStatus()
void update()
void swapCache()
Function getOnchecking()
void setOnchecking(Function onchecking)
Function getOnerror()
void setOnerror(Function onerror)
Function getOnnoupdate()
void setOnnoupdate(Function onnoupdate)
Function getOndownloading()
void setOndownloading(Function ondownloading)
Function getOnprogress()
void setOnprogress(Function onprogress)
Function getOnupdateready()
void setOnupdateready(Function onupdateready)
Function getOncached()
void setOncached(Function oncached)
Function getOnobsolete()
void setOnobsolete(Function onobsolete)
Copyright © 2016. All Rights Reserved.