Uses of Interface
bcu.cmp5332.bookingsystem.data.DataManager
Packages that use DataManager
-
Uses of DataManager in bcu.cmp5332.bookingsystem.data
Classes in bcu.cmp5332.bookingsystem.data that implement DataManagerModifier and TypeClassDescriptionclassThe BookingDataManager class implements the DataManager interface to manage loading and storing of booking data to/from a text file.classThe CustomerDataManager class implements the DataManager interface to manage loading and storing of customer data to/from a text file.classclassTheFlightDataManagerclass is responsible for managing the data related to flights in the flight booking system.