C# Class SwtorCaster.Core.Services.Events.EventService

Inheritance: IEventService
Afficher le fichier Open project: pjmagee/swtor-caster

Méthodes publiques

Méthode Description
EventService ( ISettingsService settingsService, IAudioService audioService, ILoggerService loggerService ) : Audio.System
Handle ( CombatLogEvent line ) : void

Private Methods

Méthode Description
HandleEventLine ( CombatLogEvent line, EventSetting setting ) : void

Method Details

EventService() public méthode

public EventService ( ISettingsService settingsService, IAudioService audioService, ILoggerService loggerService ) : Audio.System
settingsService ISettingsService
audioService IAudioService
loggerService ILoggerService
Résultat Audio.System

Handle() public méthode

public Handle ( CombatLogEvent line ) : void
line CombatLogEvent
Résultat void