Package org.daisy.printing
Interface Device
-
- All Known Implementing Classes:
FileDevice,PrinterDevice
public interface DeviceProvides an interface to transmit a file to a device, typically a printer.- Author:
- Joel HÃ¥kansson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransmit(java.io.File file)Transmits a file to the Device
-