Module FXDialogs
Package com.amirali.fxdialogs
Interface DialogInterface.OnMultiChoiceSelectedListener
- Enclosing interface:
- DialogInterface
public static interface DialogInterface.OnMultiChoiceSelectedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
- indexisChecked
- CheckBox state whatever checked or not
-