TimerDone
Implements a timer that produces a repetitive event when started.
Operation | Description |
event: anEvent |
Creates a new Timer managed object which will send anEvent when necessary |
Operation | Return | Description |
start: secs |
self |
starts the time with an interval of secs seconds |
cancel |
self |
Cancels the timer |