C# Class BasicCommandHandlers.FileLauncherCommandHandler

Inheritance: CommonServices.BasicCommandHandler, IFileLauncherCommandHandlerService
Mostrar archivo Open project: Invenietis/ck-certified

Private Properties

Property Type Description

Public Methods

Method Description
LaunchFile ( string command ) : void
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Method Details

LaunchFile() public method

public LaunchFile ( string command ) : void
command string
return void

OnCommandSent() protected method

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void