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