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

Inheritance: IEventService
Datei anzeigen Open project: pjmagee/swtor-caster

Public Methods

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

Private Methods

Method Description
HandleEventLine ( CombatLogEvent line, EventSetting setting ) : void

Method Details

EventService() public method

public EventService ( ISettingsService settingsService, IAudioService audioService, ILoggerService loggerService ) : Audio.System
settingsService ISettingsService
audioService IAudioService
loggerService ILoggerService
return Audio.System

Handle() public method

public Handle ( CombatLogEvent line ) : void
line CombatLogEvent
return void