Package jaxx.runtime.swing.model
Interface WillChangeSelectedItemListener
- All Superinterfaces:
java.util.EventListener
public interface WillChangeSelectedItemListener
extends java.util.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 - chemit@codelutin.com
-
Method Summary
Modifier and Type Method Description voidselectedItemWillChanged(ComboBoxSelectionEvent event)Invoked whenever the selected item is about to change in the comboBox.
-
Method Details
-
selectedItemWillChanged
void selectedItemWillChanged(ComboBoxSelectionEvent event) throws WillChangeSelectedItemVetoExceptionInvoked whenever the selected item is about to change in the comboBox.
-