Module FXDialogs
Package com.amirali.fxdialogs
Interface DialogInterface.OnSingleChoiceSelectedListener
- Enclosing interface:
- DialogInterface
public static interface DialogInterface.OnSingleChoiceSelectedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonItemSelected(int which) the method is called when RadioButton selected
-
Method Details
-
onItemSelected
void onItemSelected(int which) the method is called when RadioButton selected- Parameters:
which- index
-