C# Class LongoMatch.Services.EventsManager

Inheritance: IService
Datei anzeigen Open project: LongoMatch/longomatch Class Usage Examples

Public Methods

Method Description
Start ( ) : bool
Stop ( ) : bool

Private Methods

Method Description
HandleKeyPressed ( KeyPressedEvent e ) : void
HandleOpenedProjectChanged ( OpenedProjectEvent e ) : void
HandlePlayLoaded ( EventLoadedEvent e ) : void
HandlePlayerSubstitutionEvent ( PlayerSubstitutionEvent e ) : void
HandleShowProjectStatsEvent ( ShowProjectStatsEvent e ) : void

Method Details

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool