Interface WillChangeSelectedItemListener
-
- All Superinterfaces:
EventListener
public interface WillChangeSelectedItemListener extends EventListener
A listener to be able to stop the change of a selected item in a Created on 8/7/14.- Since:
- 2.10
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectedItemWillChanged(ComboBoxSelectionEvent event)Invoked whenever the selected item is about to change in the comboBox.
-
-
-
Method Detail
-
selectedItemWillChanged
void selectedItemWillChanged(ComboBoxSelectionEvent event)
Invoked whenever the selected item is about to change in the comboBox.
-
-