public interface ISliderPanelListener
SliderPanel
object.Modifier and Type | Method and Description |
---|---|
void |
applyChanges(SliderPanel pSliderPanel,
int iValue)
The changes that were made in the
SliderPanel are communicated to the listener. |
void applyChanges(SliderPanel pSliderPanel, int iValue)
SliderPanel
are communicated to the listener.pSliderPanel
- The SliderPanel
that was modified.iValue
- The current value as integer of the modified SliderPanel
.