Nested Classes |
interface |
DialogInterface.OnCancelListener |
Interface used to allow the creator of a dialog to run some code when the
dialog is canceled.
|
interface |
DialogInterface.OnClickListener |
Interface used to allow the creator of a dialog to run some code when an
item on the dialog is clicked..
|
interface |
DialogInterface.OnDismissListener |
Interface used to allow the creator of a dialog to run some code when the
dialog is dismissed.
|
interface |
DialogInterface.OnKeyListener |
Interface definition for a callback to be invoked when a key event is
dispatched to this dialog.
|
interface |
DialogInterface.OnMultiChoiceClickListener |
Interface used to allow the creator of a dialog to run some code when an
item in a multi-choice dialog is clicked.
|
interface |
DialogInterface.OnShowListener |
Interface used to allow the creator of a dialog to run some code when the
dialog is shown.
|