Click or drag to resize

ASLSliderWithEcho Methods

The ASLSliderWithEcho type exposes the following members.

Methods
  NameDescription
Private methodFunctionToCallWhenSliderIsChangedByAUser
This function is called whenever a slider's value is changed, sending a packet to all users to inform them of the change
Public methodGetOldSliderValue
Returns the Old slider value
Public methodGetSliderValue
Returns the current slider value
Public methodInitilizeSlider
Initializes the slider
Private methodInitSliderRange
Sets the range of the slider
Private methodSetSliderLabel
Sets the label of the slider
Private methodSetSliderListener
Sets the slider's function to call when its value changes
Private methodSetSliderValue
Sets the slider's value
Private methodSliderValueChange
When the slider's value changes, this function is executed, which executes the slider's callback function
Private methodStart
Ensures the Slider, Echo, and Label are properly initialized as well as adds a listener to the slider to monitor when its value changes
Public methodUpdateSlider
Updates the slider value, old value, and echo
Top
See Also