public class SuspendResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static SuspendResult |
AGAIN |
static SuspendResult |
CANCEL |
static SuspendResult |
EXIT |
| Constructor and Description |
|---|
SuspendResult() |
| Modifier and Type | Method and Description |
|---|---|
Object |
value() |
static SuspendResult |
valueOf(Object value) |
public static final SuspendResult CANCEL
public static final SuspendResult AGAIN
public static final SuspendResult EXIT
public Object value()
public static SuspendResult valueOf(Object value)
Copyright © 2018. All rights reserved.