public interface IComboBoxPanelListener
ComboBoxPanel
.Modifier and Type | Method and Description |
---|---|
void |
applyChanges(ComboBoxPanel pComboBoxPanel,
int iSelectedIndex)
This method is called when the value of the
ComboBoxPanel panel has been changed. |
void applyChanges(ComboBoxPanel pComboBoxPanel, int iSelectedIndex)
ComboBoxPanel
panel has been changed.pComboBoxPanel
- The ComboBoxPanel
to which the listener is registered and that triggered this method call.iSelectedIndex
- The selected index of the ComboBox
in the ComboBoxPanel
.