public interface ConfirmationActionHandler extends ActionHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onConfirm(DialogFragmentInterface dialog)
Event-handler method when the user presses the confirmation-button in the
confirmation-dialog.
|
void |
onDiscard(DialogFragmentInterface dialog)
Event-handler method when the user presses the cancel-button in the
confirmation-dialog.
|
void onConfirm(DialogFragmentInterface dialog)
dialog - The Dialog in which the button was pressed.void onDiscard(DialogFragmentInterface dialog)
dialog - The Dialog in which the button was pressed.