Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change dispatching approach: handlers are now part of todoItems. | David A. Madore | 2010-04-15 | 1 | -42/+0 |
| | | | | | | | Instead of dispatching the todo item in function of the DAML node's local name at todo-handling time, the appropriate todo handler subclass is now instantiated in the todo deque by dispatching the creation of the todo item to the appropriate constructor. | ||||
* | Instantiate TodoDeque rather than using static variables. | David A. Madore | 2010-04-15 | 1 | -2/+3 |
| | | | | Unfortunately, processing is now rather significantly slower. | ||||
* | Make handlers instances instead of using static methods. | David A. Madore | 2010-04-14 | 1 | -0/+41 |