C# Class OpenIDE.CodeEngine.Core.ReactiveScripts.ReactiveScriptEngine

Mostrar archivo Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
GetState ( string name ) : string
Handle ( string message ) : void
ReactiveScriptEngine ( string path, PluginLocator locator, string>.Action outputDispatcher, Action dispatch ) : System
Shutdown ( ) : void

Private Methods

Method Description
handleScriptTouched ( string message, ScriptTouchEvents type ) : void
removeScript ( string file ) : void

Method Details

GetState() public method

public GetState ( string name ) : string
name string
return string

Handle() public method

public Handle ( string message ) : void
message string
return void

ReactiveScriptEngine() public method

public ReactiveScriptEngine ( string path, PluginLocator locator, string>.Action outputDispatcher, Action dispatch ) : System
path string
locator OpenIDE.Core.Language.PluginLocator
outputDispatcher string>.Action
dispatch Action
return System

Shutdown() public method

public Shutdown ( ) : void
return void