public static enum ApplicationCacheHandler.CacheEvent extends Enum<ApplicationCacheHandler.CacheEvent>
| Enum Constant and Description |
|---|
onCached |
onChecking |
onDownloading |
onError |
onNoupdate |
onObsolete |
onProgress |
onUpdateready |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationCacheHandler.CacheEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationCacheHandler.CacheEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationCacheHandler.CacheEvent onCached
public static final ApplicationCacheHandler.CacheEvent onChecking
public static final ApplicationCacheHandler.CacheEvent onDownloading
public static final ApplicationCacheHandler.CacheEvent onNoupdate
public static final ApplicationCacheHandler.CacheEvent onUpdateready
public static final ApplicationCacheHandler.CacheEvent onProgress
public static final ApplicationCacheHandler.CacheEvent onObsolete
public static final ApplicationCacheHandler.CacheEvent onError
public static ApplicationCacheHandler.CacheEvent[] values()
for (ApplicationCacheHandler.CacheEvent c : ApplicationCacheHandler.CacheEvent.values()) System.out.println(c);
public static ApplicationCacheHandler.CacheEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.