Method | Description | |
---|---|---|
OwnTypes ( ) : void | ||
ProcessCommand ( OSAEMethod method ) : void |
OSA Plugin Interface - Commands the be processed by the plugin
|
|
RunInterface ( string pluginName ) : void |
OSA Plugin Interface - called on start up to allow plugin to do any tasks it needs
|
|
Shutdown ( ) : void |
OSA Plugin Interface - The plugin has been asked to shut down
|
public ProcessCommand ( OSAEMethod method ) : void | ||
method | OSAEMethod | Method containging the command to run |
return | void |
public RunInterface ( string pluginName ) : void | ||
pluginName | string | The name of the plugin from the system |
return | void |