Class TimerInfo

class TimerInfo;

Constructors

NameDescription
this (targetWidget, intervalMillis)

Fields

NameTypeDescription
nextId ulong
_id ulong
_interval long
_nextTimestamp long
_targetWidget Widget

Properties

NameTypeDescription
id[get] ulongunique Id of timer
interval[get] longtimer interval, milliseconds
nextTimestamp[get] longnext timestamp to invoke timer at, as per currentTimeMillis()
targetWidget[get] Widgetwidget to route timer event to
valid[get] boolreturn true if timer is not yet cancelled

Methods

NameDescription
cancel () cancel timer
notify () cancel timer
opCmp (obj)
opEquals (obj)