| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: timer
This generic function is invoked to "fire" a timer whenever the timer is active and its interval has elapsed. The default timer method increments the timer's timer-count and then calls the timer's on-timer function if it has one. Methods could be added to the timer generic function by an application that wishes to modify the firing behavior of a whole timer subclass, rather than providing an on-timer function to each instance of that subclass.
See cg-timers.htm for more information on timers.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |