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