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

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

Introduction

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

Usage

From source file io.keiji.asupdatechecker.LicenseDialogFragment.java

public class LicenseDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

    public static LicenseDialogFragment newInstance() {
        return new LicenseDialogFragment();
    }

From source file se.ottomatech.marcusjacobsson.eaglenote.dialogfragments.DialogFragmentLicenseRetry.java

/**
 * Created by Marcus Jacobsson on 2015-02-11.
 */
public class DialogFragmentLicenseRetry extends DialogFragment implements DialogInterface.OnClickListener {

    private LicenceRetryDialogPositiveClick mListener;

From source file se.ottomatech.marcusjacobsson.eaglenote.dialogfragments.DialogFragmentLicenseFailed.java

/**
 * Created by Marcus Jacobsson on 2015-02-11.
 */
public class DialogFragmentLicenseFailed extends DialogFragment implements DialogInterface.OnClickListener {

    @NonNull

From source file com.jwoolston.wildtracks.dialog.DialogLegalNotices.java

/**
 * @author Jared Woolston (jwoolston@idealcorp.com)
 */
public class DialogLegalNotices extends DialogFragment implements DialogInterface.OnClickListener {

    public DialogLegalNotices() {

From source file com.facebook.react.modules.dialog.SupportAlertFragment.java

/**
 * {@link AlertFragment} for apps that use the Support FragmentActivity and FragmentManager
 * for legacy reasons.
 */
/* package */ class SupportAlertFragment extends DialogFragment implements DialogInterface.OnClickListener {

From source file com.jefftharris.passwdsafe.sync.AboutDialog.java

/**
 *  The about dialog
 */
public class AboutDialog extends AppCompatDialogFragment implements DialogInterface.OnClickListener {
    /** Create a new instance */
    public static AboutDialog newInstance(String extraLicenseInfo) {

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 at.jclehner.androidutils.DialogFragmentWithListener.java

public abstract class DialogFragmentWithListener extends DialogFragment implements DialogInterface.OnClickListener {

}

From source file com.jefftharris.passwdsafe.lib.ReleaseNotesDialog.java

/**
 * The release notes dialog
 */
public class ReleaseNotesDialog extends DialogFragment implements DialogInterface.OnClickListener {
    private static final String PREF_RELEASE_NOTES = "releaseNotes";
    private static String itsAppVersion;

From source file org.libreoffice.impressremote.fragment.TimerSettingDialog.java

public class TimerSettingDialog extends DialogFragment
        implements TimePickerDialog.OnTimeSetListener, DialogInterface.OnClickListener {
    public static final String TAG = "TIMER_SETTING";

    private static final int INITIAL_HOUR = 0;
    private static final int INITIAL_MINUTE = 15;