public interface IDialogDelegate
IDialogDelegate
is the event listener declaration for all
AbstractAlertDialog
s. All triggered events from a
AbstractAlertDialog
will be delivered to the
onAlertDialogButtonPressed(AbstractAlertDialog, int)
method. AbstractAlertDialog
documentation.
Modifier and Type | Method and Description |
---|---|
void |
onAlertDialogButtonPressed(AbstractAlertDialog dialog,
int buttonId)
This method will be called if a event occurs in given
AbstractAlertDialog . |
void onAlertDialogButtonPressed(AbstractAlertDialog dialog, int buttonId)
AbstractAlertDialog
.dialog
- The AbstractAlertDialog
containing the button.buttonId
- The id of the triggered button as modeled with the editor.