C# Class ACAT.Extensions.Default.AppAgents.TalkWindowAgent.TalkWindowContextMenu.CommandHandler

The command handler class that executes commands in the contextual menu for the talk window
Inheritance: ACAT.Lib.Core.PanelManagement.CommandDispatcher.RunCommandHandler
Datei anzeigen Open project: brlima94/acat-localization

Public Methods

Method Description
CommandHandler ( TalkWindowContextMenu talkWindowMenu, 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 ( TalkWindowContextMenu talkWindowMenu, String cmd ) : System
talkWindowMenu TalkWindowContextMenu the menu object
cmd String command to execute
return System

Execute() public method

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if handled
return bool