| android.content.DialogInterface.OnCancelListener |
Interface used to allow the creator of a dialog to run some code when the dialog is canceled.
| void | onCancel(DialogInterface dialog) | ||||
| This method will be invoked when the dialog is cancelled. | |||||
| dialog | The dialog that was cancelled will be passed into the method. |
|---|