Interface Device

  • All Known Implementing Classes:
    FileDevice, PrinterDevice

    public interface Device
    Provides an interface to transmit a file to a device, typically a printer.
    • Method Detail

      • transmit

        void transmit​(File file)
               throws PrintException
        Transmits a file to the Device.
        Parameters:
        file - the file to transmit
        Throws:
        PrintException - if the file could not be transmitted