C# Class Smuxi.Frontend.CommandManager

Inheritance: IDisposable
ファイルを表示 Open project: meebey/smuxi

Private Properties

Property Type Description
AddMessageToFrontend void
CommandEcho void
CommandExec void
CommandManager System
CreateMessageBuilder Smuxi.Engine.MessageBuilder
DoExecute void
NotEnoughParameters void
Unknown void
_ string

Public Methods

Method Description
CommandBenchmarkMessageBuilder ( Smuxi.Engine.CommandModel cmd ) : void
CommandGenerateMessages ( Smuxi.Engine.CommandModel cmd, IChatView chat ) : void
CommandManager ( Smuxi.Engine.Session session ) : System
Dispose ( ) : void
Execute ( Smuxi.Engine.CommandModel cmd ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnTaskQueueAbortedEvent ( object sender, EventArgs e ) : void
OnTaskQueueExceptionEvent ( object sender, Smuxi.Common.TaskQueueExceptionEventArgs e ) : void

Private Methods

Method Description
AddMessageToFrontend ( Smuxi.Engine.CommandModel cmd, MessageModel msg ) : void
CommandEcho ( Smuxi.Engine.CommandModel cmd ) : void
CommandExec ( Smuxi.Engine.CommandModel cmd ) : void
CommandManager ( ) : System
CreateMessageBuilder ( ) : MessageBuilder
DoExecute ( Smuxi.Engine.CommandModel cmd ) : void
NotEnoughParameters ( Smuxi.Engine.CommandModel cmd ) : void
Unknown ( Smuxi.Engine.CommandModel cmd ) : void
_ ( string msg ) : string

Method Details

CommandBenchmarkMessageBuilder() public method

public CommandBenchmarkMessageBuilder ( Smuxi.Engine.CommandModel cmd ) : void
cmd Smuxi.Engine.CommandModel
return void

CommandGenerateMessages() public method

public CommandGenerateMessages ( Smuxi.Engine.CommandModel cmd, IChatView chat ) : void
cmd Smuxi.Engine.CommandModel
chat IChatView
return void

CommandManager() public method

public CommandManager ( Smuxi.Engine.Session session ) : System
session Smuxi.Engine.Session
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() public method

public Execute ( Smuxi.Engine.CommandModel cmd ) : void
cmd Smuxi.Engine.CommandModel
return void

OnTaskQueueAbortedEvent() protected method

protected OnTaskQueueAbortedEvent ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnTaskQueueExceptionEvent() protected method

protected OnTaskQueueExceptionEvent ( object sender, Smuxi.Common.TaskQueueExceptionEventArgs e ) : void
sender object
e Smuxi.Common.TaskQueueExceptionEventArgs
return void