See: Description
| Class | Description |
|---|---|
| ConfigLoader |
Contains the set of events to be loaded in the EventClock, and behaviour
control variables - for example, play sound at pop-ups-.
|
| Event |
Activity to be scheduled and deployed during the application execution.
|
| EventClock |
GenericClock that controls the schedule and deploymend ot the Events.
|
| FileWorker |
Implements operations to interact with text files (read and write).
|
| Flags |
Several Enum type descriptions to be used as configuration flags.
|
| GenericClock |
Clock element that controls events based on system time or internal counters.
|
| SoundLoader |
Implements operations to handle MIDI files.
|
| Enum | Description |
|---|---|
| Flags.ClockType |
Clock types of the application
|
| Flags.CreationWindowMode |
Behavior of the Creation Window
|
| Flags.EventType |
Event types in the application
|
| Flags.InformationType |
Information types in the application
|