C# Class KinectRCCar.WpfUI.CountdownTimer

Inheritance: ICountdownTimer
Mostrar archivo Open project: devinh/KinectRCCar

Public Methods

Method Description
CountdownTimer ( System.TimeSpan time, System.TimeSpan updateInterval ) : System
OnTimeElapsed ( TimeElapsedEventArgs args ) : void
Reset ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
DispatcherTimerOnTick ( object sender, EventArgs eventArgs ) : void
OnCountDownTimerTick ( System.TimeSpan timerTick ) : void

Method Details

CountdownTimer() public method

public CountdownTimer ( System.TimeSpan time, System.TimeSpan updateInterval ) : System
time System.TimeSpan
updateInterval System.TimeSpan
return System

OnTimeElapsed() public method

public OnTimeElapsed ( TimeElapsedEventArgs args ) : void
args TimeElapsedEventArgs
return void

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void