C# 클래스 ACAT.Extensions.Default.FunctionalAgents.VolumeSettings.VolumeSettingsScanner.CommandHandler

Command handler to test the current volume level. Speaks a line of text.
상속: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
파일 보기 프로젝트 열기: brlima94/acat-localization

공개 메소드들

메소드 설명
CommandHandler ( String cmd ) : System

Initializes a new instance of the class

Execute ( bool &handled ) : bool

Executes the command

메소드 상세

CommandHandler() 공개 메소드

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

Execute() 공개 메소드

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