프로퍼티 | 타입 | 설명 | |
---|---|---|---|
StartListenCommandManager | void | ||
StopListenCommandManager | void |
메소드 | 설명 | |
---|---|---|
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Teardown ( ) : void |
메소드 | 설명 | |
---|---|---|
OnCommandSending ( object sender, |
Method reacting from Command Sending event. Here, you can parse the command you want to listen before the command is really launches and do some stuff about it.
|
|
OnCommandSent ( object sender, |
Method reacting from the Command Sent event. Here, you can parse the command you want to listen and do some stuff about it.
|
메소드 | 설명 | |
---|---|---|
StartListenCommandManager ( ) : void |
When the Optional CommandManager is set we listen its CommandSent event.
|
|
StopListenCommandManager ( ) : void |
When the Optional CommandManager is unset we stop to listen its CommandSent event.
|
protected OnCommandSending ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected OnCommandSent ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
리턴 | bool |