| Interface | Description |
|---|---|
| ClockListener |
Object that wants to be notified at each clock tick.
|
| Class | Description |
|---|---|
| Clock |
System clock ticking every second by default.
|
| Day |
Day with plan of tasks.
|
| DiaryScanner |
This is a DOM tree scanner of diary XML files.
|
| IdleTask |
Task that repeats every day or once a week.
|
| Plan |
Plan containing all days that have some tasks planned.
|
| RegularTask |
Task that repeats every day or once a week.
|
| RegularTasksScanner |
This is a DOM tree scanner of regular tasks plan XML files.
|
| Settings |
Persistent settings of the system.
|
| Task |
Single task planned for particular day.
|
| Translator |
Translator class providing localization.
|