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
Afficher le fichier Open project: brlima94/acat-localization

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the class.
public CommandHandler ( TalkWindowContextMenu talkWindowMenu, String cmd ) : System
talkWindowMenu TalkWindowContextMenu the menu object
cmd String command to execute
Résultat System

Execute() public méthode

Executes the command
public Execute ( bool &handled ) : bool
handled bool set to true if handled
Résultat bool