Package speedscheduler.io

Interface Summary
ScheduleIO The SchedulePersistencyManager utilizes implementations of ScheduleIO to persist and unpersist (save and load) user-defined schedules.
 

Class Summary
BinaryScheduleIO An implementation of ScheduleIO that persists Schedules as binary serialized Java objects.
XmlScheduleIO An implementation of ScheduleIO that persists Schedules to and loads Schedules from an XML file.
 

Exception Summary
SchedulesNotLoadedException Thrown by implementors of ScheduleIO if attempts are made to retrieve persisted schedules without first calling loadSchedules().