Interface Device

All Known Implementing Classes:
FileDevice, PrinterDevice

public interface Device
Provides an interface to transmit a file to a device, typically a printer.
Author:
Joel HÃ¥kansson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transmit(File file)
    Transmits a file to the Device
  • Method Details