Example usage for android.app Dialog.OnCancelListener interface-usage

List of usage examples for android.app Dialog.OnCancelListener interface-usage

Introduction

In this page you can find the example usage for android.app Dialog.OnCancelListener interface-usage.

Usage

From source file com.luke.lukef.lukeapp.fragments.NewSubmissionFragment.java

/**
 * Handles the new submission screen, includes sending the submissions, dispatching the camera intent
 * and listening to the category pop up clicks.
 */
public class NewSubmissionFragment extends Fragment
        implements View.OnClickListener, AdapterView.OnItemClickListener, Dialog.OnCancelListener {