Class SoundCheckBoxOption

    • Constructor Detail

      • SoundCheckBoxOption

        public SoundCheckBoxOption​(@NotNull
                                   @NotNull SoundManager soundManager)
        Creates a new instance.
        Parameters:
        soundManager - the sound manager instance to affect
    • Method Detail

      • execute

        protected void execute​(boolean checked)
        Description copied from class: CheckBoxOption
        Executes the action associated with this check box option. Must be implemented in sub-classes.
        Specified by:
        execute in class CheckBoxOption
        Parameters:
        checked - whether the check box option is checked