Aztec® Programming Language

Version 1.0 Alpha

Copyright © 2010-2013

Cold Spring® Development Group

All Rights Reserved

Download Aztec

Site Help

aztec.util.TimerAlarmEvent

public class TimerAlarmEvent from<Event>

Base

Event

TimerAlarmEvent

The TimerAlarmEvent class provides an event class for handling timer alarms. The Timer classes supports this event.

TimerAlarmEvent Methods

TimerAlarmEvent() Constructor for the TimerAlarmEvent class
Timer() Returns a reference to the "Timer" object which issued the alarm

Derived Classes

See Also

  


TimerAlarmEvent()

public method TimerAlarmEvent(Timer AssociatedTimer)

Parameters

AssociatedTimer

Timer object associated with the alarm

Return Value

None

Description

Constructor for the TimerAlarmEvent class.

 

TimerAlarmEvent Class


Timer()

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

 

Copyright © 2010-2013

Cold Spring Development Group

All Rights Reserved

Download Aztec