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
    void selectedItemWillChanged​(ComboBoxSelectionEvent event)
    Invoked whenever the selected item is about to change in the comboBox.