|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface DialogInterface.OnCancelListener
Interface used to allow the creator of a dialog to run some code when the dialog is canceled.
This will only be called when the dialog is canceled, if the creator
needs to know when it is dismissed in general, use
DialogInterface.OnDismissListener.
| Method Summary | |
|---|---|
void |
onCancel(DialogInterface dialog)
This method will be invoked when the dialog is canceled. |
| Method Detail |
|---|
void onCancel(DialogInterface dialog)
dialog - The dialog that was canceled will be passed into the
method.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||