C# Class Talis.XIVPlugin.Twintania.Helpers.TimerHelper

Inheritance: INotifyPropertyChanged
Show file Open project: Bio2hazard/talis.xivplugin.twintania

Public Properties

Property Type Description
Counting bool
SoundWhenFinished string
TimerMode string
Volume int

Private Properties

Property Type Description
RaisePropertyChanged void

Public Methods

Method Description
Start ( double timeToEvent, int interval ) : void
Stop ( ) : void
TickHandler ( ) : void
TimerHelper ( EventHandler update = null ) : System

Private Methods

Method Description
RaisePropertyChanged ( [ caller = "" ) : void

Method Details

Start() public method

public Start ( double timeToEvent, int interval ) : void
timeToEvent double
interval int
return void

Stop() public method

public Stop ( ) : void
return void

TickHandler() public method

public TickHandler ( ) : void
return void

TimerHelper() public method

public TimerHelper ( EventHandler update = null ) : System
update EventHandler
return System

Property Details

Counting public property

public bool Counting
return bool

SoundWhenFinished public property

public string SoundWhenFinished
return string

TimerMode public property

public string TimerMode
return string

Volume public property

public int Volume
return int