Attributes | Name and Description |
---|---|
|
caplin.core.scheduler.ThreadQueueListener()
|
Attributes | Name and Description |
---|---|
|
void
onThreadQueueUpdate(int nDueTimers, int nTotalTimers)
Call-back that fires each time a thread timer is processed, and the thread queue information changes. |
►
caplin.core.scheduler.ThreadQueueListener()
►
void
onThreadQueueUpdate(int nDueTimers, int nTotalTimers)
Call-back that fires each time a thread timer is processed, and the thread queue information changes.
int | nDueTimers | The number of registered timers (including intervals) that are now ready to be processed. |
int | nTotalTimers | The total number of registered timers and intervals — both overdue, and not yet requiring processing. |