Example usage for android.support.v4.app AlertDialogFragment.OnAlertDialogActionSelectedListener interface-usage

List of usage examples for android.support.v4.app AlertDialogFragment.OnAlertDialogActionSelectedListener interface-usage

Introduction

In this page you can find the example usage for android.support.v4.app AlertDialogFragment.OnAlertDialogActionSelectedListener interface-usage.

Usage

From source file com.example.emachine.FXcalcActivity.java

public class FXcalcActivity extends MyActivity implements NavigationDrawerFragment.NavigationDrawerCallbacks,
        AlertDialogFragment.OnAlertDialogActionSelectedListener {

    public static final String KEY_MILLIS = "millis";
    /**
     * Fragment managing the behaviors, interactions and presentation of the navigation drawer.