C# Class OpenIDE.Arguments.Handlers.ResumeReactiveScriptHandler

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

Public Methods

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

Method Details

Execute() public method

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

ResumeReactiveScriptHandler() public method

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