| Project: | Clockwork |
| Component: | Code |
| Category: | bug |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Right now applescript callbacks for the starting of a timer only work if that timer is in alarm mode, because they are implemented in terms of alarm actions. There must also be a way for non alarm timers to send out these actions. It may make sense to generalize the alarm action concept into something more like timerDelegate throughout the code.