public static interface DialogInterface.OnShowListener
| android.content.DialogInterface.OnShowListener |
用于允许对话框的创建者在显示对话框时运行一些代码的界面。
Public methods |
|
|---|---|
abstract void |
onShow(DialogInterface dialog) 显示对话框时将调用此方法。 |
void onShow (DialogInterface dialog)
显示对话框时将调用此方法。
| Parameters | |
|---|---|
dialog |
DialogInterface: The dialog that was shown will be passed into the method. |