All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dk.apaq.printing.core.PrinterManagerPlugin Maven / Gradle / Ivy

package dk.apaq.printing.core;

import java.util.List;

/**
 *
 * @author michael
 */
public interface PrinterManagerPlugin extends PrinterListChangeNotifier{

    public Printer getDefaultPrinter();
    public List getPrinters();
    public void print(PrinterJob job);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy