BBjTimerEvent

Description

In BBj 6.00 and higher, if a program created a timer by calling

BBjAPI createTimer(Object key, int seconds, string label)

or

BBjAPI createTimer(Object key, int seconds, UserObject userObject, String methodsName),

then, when the program is in the callback that was registered, a call to BBjAPI().getLastEvent() returns a BBjTimerEvent.

Methods of BBjTimerEvent

Return Value Method

Object

getKey()

int

getTimeoutInMillis()

Methods of BBjTimerEvent inherited from BBjEvent

Return Value Method

string

getEventName()

string

getEventString()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

BBjAPI::removeTimer