public class State
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
State.Value |
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCEL |
static int |
ERROR |
static int |
NORMAL |
static int |
PAUSE |
static int |
PROGRESS |
| Constructor and Description |
|---|
State() |
public static final int NORMAL
public static final int ERROR
public static final int PROGRESS
public static final int CANCEL
public static final int PAUSE