C# Class OpenIDE.Arguments.Handlers.EditReactiveScriptHandler

Inheritance: ICommandHandler
显示文件 Open project: continuoustests/OpenIDE

Public Methods

Method Description
EditReactiveScriptHandler ( Action dispatch, Func locator, string keyPath ) : System
Execute ( string arguments ) : void

Method Details

EditReactiveScriptHandler() public method

public EditReactiveScriptHandler ( Action dispatch, Func locator, string keyPath ) : System
dispatch Action
locator Func
keyPath string
return System

Execute() public method

public Execute ( string arguments ) : void
arguments string
return void