android.content.DialogInterface.OnDismissListener |
Known Indirect Subclasses
DialogFragment
,
DialogPreference
,
EditTextPreference
,
ListPreference
,
MediaRouteChooserDialogFragment
,
MediaRouteControllerDialogFragment
,
MultiSelectListPreference
,
PreferenceScreen
,
SearchManager
|
Interface used to allow the creator of a dialog to run some code when the dialog is dismissed.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
This method will be invoked when the dialog is dismissed.
|
This method will be invoked when the dialog is dismissed.
dialog | The dialog that was dismissed will be passed into the method. |
---|