List of usage examples for android.app Dialog.OnCancelListener interface-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 {