BBjTimerEvent

Description

In BBj 6.0 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 BBjSysGuiEvent

Return Value

Method

BBjControl

getControl()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback