public static interface PuzzleController.ClearPender
| Modifier and Type | Field and Description |
|---|---|
static int |
CARE_NOT
actionCleared() return code. |
static int |
NO_RESTART_ACTION
actionCleared() return code. |
static int |
RESTART_ACTION
actionCleared() return code. |
| Modifier and Type | Method and Description |
|---|---|
int |
actionCleared()
Called when the action is fully cleared.
|
static final int RESTART_ACTION
actionCleared() return code.static final int CARE_NOT
actionCleared() return code.static final int NO_RESTART_ACTION
actionCleared() return code.int actionCleared()
RESTART_ACTION, CARE_NOT or
NO_RESTART_ACTION.Copyright © 2015. All rights reserved.