- John Dawson
TimerAlarmEvent
TimerAlarmEvent Methods
TimerAlarmEvent() | Constructor for the TimerAlarmEvent class |
Timer() | Returns a reference to the "Timer" object which issued the alarm |
Derived Classes
None
See Also
public method TimerAlarmEvent(Timer AssociatedTimer)
Parameters
AssociatedTimer
Timer object associated with the alarm
Return Value
None
Description
Constructor for the TimerAlarmEvent class.
TimerAlarmEvent Class
public method<Timer> Timer()
Parameters
None
Return Value
Reference to Timer associated with the alarm event
Description
This method returns the "Timer" reference which forms the basis of the TimerAlarm event. This is the Timer object which issued the timer alarm.
TimerAlarmEvent Class