Module FXDialogs

Interface DialogInterface.OnMultiChoiceSelectedListener

Enclosing interface:
DialogInterface

public static interface DialogInterface.OnMultiChoiceSelectedListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onItemSelected(int which, boolean isChecked)
    the method is called when CheckBox is checked or not
  • Method Details

    • onItemSelected

      void onItemSelected(int which, boolean isChecked)
      the method is called when CheckBox is checked or not
      Parameters:
      which - index
      isChecked - CheckBox state whatever checked or not