C# 클래스 Smuxi.Frontend.CommandManager

상속: IDisposable
파일 보기 프로젝트 열기: meebey/smuxi

Private Properties

프로퍼티 타입 설명
AddMessageToFrontend void
CommandEcho void
CommandExec void
CommandManager System
CreateMessageBuilder Smuxi.Engine.MessageBuilder
DoExecute void
NotEnoughParameters void
Unknown void
_ string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnTaskQueueAbortedEvent ( object sender, EventArgs e ) : void
OnTaskQueueExceptionEvent ( object sender, Smuxi.Common.TaskQueueExceptionEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CommandBenchmarkMessageBuilder() 공개 메소드

public CommandBenchmarkMessageBuilder ( Smuxi.Engine.CommandModel cmd ) : void
cmd Smuxi.Engine.CommandModel
리턴 void

CommandGenerateMessages() 공개 메소드

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

CommandManager() 공개 메소드

public CommandManager ( Smuxi.Engine.Session session ) : System
session Smuxi.Engine.Session
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Execute() 공개 메소드

public Execute ( Smuxi.Engine.CommandModel cmd ) : void
cmd Smuxi.Engine.CommandModel
리턴 void

OnTaskQueueAbortedEvent() 보호된 메소드

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

OnTaskQueueExceptionEvent() 보호된 메소드

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