Uses of Package
edu.uci.ics.inf111.dvdvendor.devices

Packages that use edu.uci.ics.inf111.dvdvendor.devices
edu.uci.ics.inf111.dvdvendor.app   
edu.uci.ics.inf111.dvdvendor.devices   
 

Classes in edu.uci.ics.inf111.dvdvendor.devices used by edu.uci.ics.inf111.dvdvendor.app
DVDDispenser
          The DVDDispenser class represents a wrapper for a hardware driver of the device to receive and dispense the DVDs.
DVDDispenserEvent
          The DVDDispenserEvent class serves to encapsulate the information associated with a change in the state of the DVDDispenser, so that it can easily be passed to the DVDDispenserListeners.
DVDDispenserListener
          The DVDDispenserListener interface must be implemented by any class which wishes to attach() to the DVDDispenser to receive DVDDispenserEvents.
PaymentCollector
          This class represents the payment-collecting portion of the system: the credit-card or debit-card reader of the system.
 

Classes in edu.uci.ics.inf111.dvdvendor.devices used by edu.uci.ics.inf111.dvdvendor.devices
DVDDispenser
          The DVDDispenser class represents a wrapper for a hardware driver of the device to receive and dispense the DVDs.
DVDDispenserEvent
          The DVDDispenserEvent class serves to encapsulate the information associated with a change in the state of the DVDDispenser, so that it can easily be passed to the DVDDispenserListeners.
DVDDispenserListener
          The DVDDispenserListener interface must be implemented by any class which wishes to attach() to the DVDDispenser to receive DVDDispenserEvents.