C# Class SwtorCaster.Core.Services.Combat.PlayBackLogService

Inheritance: ICombatLogService
ファイルを表示 Open project: pjmagee/swtor-caster

Private Properties

Property Type Description
AddLine void
PlayBack void

Public Methods

Method Description
PlayBackLogService ( ISettingsService settingsService, IEventAggregator eventAggregator, IEventService eventService, ICombatLogViewModelFactory logViewModelFactory, ICombatLogParser logParser ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
AddLine ( string line ) : void
PlayBack ( ) : void

Method Details

PlayBackLogService() public method

public PlayBackLogService ( ISettingsService settingsService, IEventAggregator eventAggregator, IEventService eventService, ICombatLogViewModelFactory logViewModelFactory, ICombatLogParser logParser ) : System
settingsService ISettingsService
eventAggregator IEventAggregator
eventService IEventService
logViewModelFactory ICombatLogViewModelFactory
logParser ICombatLogParser
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void