C# Class BasicCommandHandlers.KeySequenceCommandHandler

Inheritance: CommonServices.BasicCommandHandler, IKeySequenceCommandHandlerService
Datei anzeigen Open project: Invenietis/ck-certified

Private Properties

Property Type Description

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void

Protected Methods

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

Method Details

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