android.content.DialogInterface.OnShowListener |
Interface used to allow the creator of a dialog to run some code when the dialog is shown.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method will be invoked when the dialog is shown.
|
This method will be invoked when the dialog is shown.
dialog | The dialog that was shown will be passed into the method. |
---|