Property | Type | Description | |
---|---|---|---|
StartListenCommandManager | void | ||
StopListenCommandManager | void |
Method | Description | |
---|---|---|
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void | ||
Teardown ( ) : void |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
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 | ||
return | void |
protected OnCommandSent ( object sender, |
||
sender | object | |
e | ||
return | void |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
return | bool |