Uses of Interface
android.content.DialogInterface.OnCancelListener

Packages that use DialogInterface.OnCancelListener
android.app   
 

Uses of DialogInterface.OnCancelListener in android.app
 

Classes in android.app that implement DialogInterface.OnCancelListener
 class DialogFragment
           
 class SearchManager
           
 

Methods in android.app with parameters of type DialogInterface.OnCancelListener
 AlertDialog.Builder AlertDialog.Builder.setOnCancelListener(DialogInterface.OnCancelListener onCancelListener)
           
 void Dialog.setOnCancelListener(DialogInterface.OnCancelListener listener)
           
static ProgressDialog ProgressDialog.show(Context context, CharSequence title, CharSequence message, boolean indeterminate, boolean cancelable, DialogInterface.OnCancelListener cancelListener)
           
 

Constructors in android.app with parameters of type DialogInterface.OnCancelListener
AlertDialog(Context context, boolean cancelable, DialogInterface.OnCancelListener cancelListener)
           
Dialog(Context context, boolean cancelable, DialogInterface.OnCancelListener cancelListener)
           
 



Copyright © 2008-2012. All Rights Reserved.