public
static
interface
DialogInterface.OnDismissListener
android.content.DialogInterface.OnDismissListener |
Interface used to allow the creator of a dialog to run some code when the dialog is dismissed.
Public methods | |
---|---|
abstract
void
|
onDismiss(DialogInterface dialog)
This method will be invoked when the dialog is dismissed. |
void onDismiss (DialogInterface dialog)
This method will be invoked when the dialog is dismissed.
Parameters | |
---|---|
dialog |
DialogInterface :
The dialog that was dismissed will be passed into the
method.
|