public static interface AbstractSystemComponent.Callback
Modifier and Type | Field and Description |
---|---|
static int |
FAILED_CONTINUE |
static int |
FAILED_STOP |
static int |
SUCCESSFUL |
Modifier and Type | Method and Description |
---|---|
void |
setupComplete(int condition)
Called when setup is complete.
|
static final int FAILED_STOP
static final int FAILED_CONTINUE
static final int SUCCESSFUL