public interface ConfirmCallback extends Callback
| Modifier and Type | Field and Description |
|---|---|
static ConfirmCallback |
DEFAULT_CONFIRM_CALLBACK
Default
ConfirmCallback does nothing. |
| Modifier and Type | Method and Description |
|---|---|
void |
callback(boolean result)
Callback according to the result.
|
static final ConfirmCallback DEFAULT_CONFIRM_CALLBACK
ConfirmCallback does nothing.void callback(boolean result)
result - true if the user presses the confirm button,
or false if the user presses the cancel buttonCopyright © 2017. All rights reserved.