Interface LoginEvent.State
-
- Enclosing class:
- LoginEvent
public static interface LoginEvent.State
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTHENTICATOR
static int
BEEN_DISCONNECTED
static int
BETA_WORLD
static int
DISABLED
static int
ENTER_CREDENTIALS
static int
INVALID_CREDENTIALS
static int
MAIN_MENU
static int
OAUTH2
-
-
-
Field Detail
-
MAIN_MENU
static final int MAIN_MENU
- See Also:
- Constant Field Values
-
BETA_WORLD
static final int BETA_WORLD
- See Also:
- Constant Field Values
-
ENTER_CREDENTIALS
static final int ENTER_CREDENTIALS
- See Also:
- Constant Field Values
-
INVALID_CREDENTIALS
static final int INVALID_CREDENTIALS
- See Also:
- Constant Field Values
-
AUTHENTICATOR
static final int AUTHENTICATOR
- See Also:
- Constant Field Values
-
OAUTH2
static final int OAUTH2
- See Also:
- Constant Field Values
-
DISABLED
static final int DISABLED
- See Also:
- Constant Field Values
-
BEEN_DISCONNECTED
static final int BEEN_DISCONNECTED
- See Also:
- Constant Field Values
-
-