public interface ISuspendResume
Modifier and Type | Field and Description |
---|---|
static Attribute |
ATTR_SUSPENDED |
Modifier and Type | Method and Description |
---|---|
boolean |
isSuspended() |
void |
resume() |
void |
suspend() |
static final Attribute ATTR_SUSPENDED