C# Class ACAT.Extensions.Default.FunctionalAgents.VolumeSettings.VolumeSettingsScanner.CommandHandler

Command handler to test the current volume level. Speaks a line of text.
Inheritance: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Mostra file Open project: brlima94/acat-localization

Public Methods

Method Description
CommandHandler ( String cmd ) : System

Initializes a new instance of the class

Execute ( bool &handled ) : bool

Executes the command

Method Details

CommandHandler() public method

Initializes a new instance of the class
public CommandHandler ( String cmd ) : System
cmd String The command to execute
return System

Execute() public method

Executes the command
public Execute ( bool &handled ) : bool
handled bool true if it was handled
return bool