English | Site Directory

Android - An Open Handset Alliance Project

android.content
public static interface

android.content.DialogInterface.OnCancelListener

android.content.DialogInterface.OnCancelListener

Interface used to allow the creator of a dialog to run some code when the dialog is canceled.

Summary

Public Methods

        void  onCancel(DialogInterface dialog)
This method will be invoked when the dialog is cancelled.

Details

Public Methods

public void onCancel(DialogInterface dialog)

This method will be invoked when the dialog is cancelled.

Parameters

dialog The dialog that was cancelled will be passed into the method.
Build m5-rc15g - 14 May 2008 12:50