Interface AccessibleDialogBuilder.ButtonClickListener

  • Enclosing class:
    AccessibleDialogBuilder


    public static interface AccessibleDialogBuilder.ButtonClickListener
    A listener for the click of buttons in the dialogs displayed through AccessibleDialogBuilder.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void onClick(View v, DialogFragment dialogFragment, java.lang.String tag)
      When a button of a displayed dialog is clicked this method is called.
    • Method Detail

      • onClick

        void onClick(View v,
                     DialogFragment dialogFragment,
                     java.lang.String tag)
        When a button of a displayed dialog is clicked this method is called.
        Parameters:
        v - the clicked button
        dialogFragment - the fragment used to show the dialog
        tag - the tag of the dialog. Passed as argument to the display methods