Example usage for android.content DialogInterface.OnCancelListener interface-usage

List of usage examples for android.content DialogInterface.OnCancelListener interface-usage

Introduction

In this page you can find the example usage for android.content DialogInterface.OnCancelListener interface-usage.

Usage

From source file com.thorao.powzxing.zxing.decoding.FinishListener.java

/**
 * Simple listener used to exit the app in a few cases.
 */
public final class FinishListener
        implements DialogInterface.OnClickListener, DialogInterface.OnCancelListener, Runnable {

From source file org.iisgcp.waterwalk.utils.HelpDialog.java

public class HelpDialog extends GenericDialog implements DialogInterface.OnCancelListener {

    public interface HelpDialogListener {
        public void onHelpDialogClosed(DialogFragment dialog);
    }

From source file pontezit.android.tilos.com.utils.LoadingDialog.java

public class LoadingDialog extends DialogFragment implements DialogInterface.OnCancelListener {

    private String mDialogText = null;

    /* The activity that creates an instance of this dialog fragment must
     * implement this interface in order to receive event callbacks.

From source file net.sourceforge.servestream.utils.LoadingDialog.java

public class LoadingDialog extends DialogFragment implements DialogInterface.OnCancelListener {

    private String mDialogText = null;

    /* The activity that creates an instance of this dialog fragment must
     * implement this interface in order to receive event callbacks.

From source file net.tjado.passwdsafe.view.ConfirmPromptDialog.java

/**
 * Dialog to confirm a prompt
 */
public class ConfirmPromptDialog extends AppCompatDialogFragment implements CompoundButton.OnCheckedChangeListener,
        DialogInterface.OnCancelListener, DialogInterface.OnClickListener {
    /**

From source file com.jefftharris.passwdsafe.view.ConfirmPromptDialog.java

/**
 * Dialog to confirm a prompt
 */
public class ConfirmPromptDialog extends AppCompatDialogFragment implements CompoundButton.OnCheckedChangeListener,
        DialogInterface.OnCancelListener, DialogInterface.OnClickListener {
    /**

From source file it.scoppelletti.mobilepower.app.security.ActivityLicenseClient.java

/**
 * Client del servizio di verifica delle licenze.
 * 
 * @since 1.0
 */
public final class ActivityLicenseClient extends LicenseClient

From source file com.ovrhere.android.careerstack.ui.fragments.dialogs.ConfirmationDialogFragment.java

/** Simple confirmation dialog that retains it's instance.
 * Give a title, message, positive, negative buttons.
 * Requires either activity to implement 
 * {@link DialogInterface#OnClickListener} or 
 * call {@link Builder#setTargetFragment(Fragment, int)}. 
 * Note that upon a given button press, the dialog dismisses itself.

From source file com.ovrhere.android.currencyconverter.ui.fragments.dialogs.ConfirmationDialogFragment.java

/** Simple confirmation dialog that retains it's instance.
 * Give a title, message, positive, negative buttons.
 * Requires either activity to implement 
 * {@link DialogInterface#OnClickListener} or 
 * call {@link Builder#setTargetFragment(Fragment, int)}. 
 * Note that upon a given button press, the dialog dismisses itself.

From source file net.sourceforge.servestream.utils.SleepTimerDialog.java

public class SleepTimerDialog extends DialogFragment implements DialogInterface.OnCancelListener {

    private int mSleepTimerMode;

    /* The activity that creates an instance of this dialog fragment must
     * implement this interface in order to receive event callbacks.