C# Class CK.WordPredictor.WordPredictedService

Inheritance: CommonServices.BasicCommandHandler, IWordPredictedService
Show file Open project: Invenietis/ck-certified

Public Methods

Method Description
WordHasBeenChosen ( string word ) : 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

WordHasBeenChosen() public method

public WordHasBeenChosen ( string word ) : void
word string
return void