Package org.daisy.dotify.api.embosser
Interface Device
-
- All Known Implementing Classes:
FileDevice,PrinterDevice
public interface DeviceProvides an interface to transmit a file to a device, typically a printer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtransmit(File file)Transmits a file to the Device.
-
-
-
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
-
-