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

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

package dk.apaq.printing.core;

/**
 *
 * @author michaelzachariassenkrog
 */
public class PrinterEvent {

    private final PrinterManagerPlugin sourcePlugin;

    public PrinterEvent(PrinterManagerPlugin sourcePlugin) {
        this.sourcePlugin = sourcePlugin;
    }

    public PrinterManagerPlugin getSourcePlugin() {
        return sourcePlugin;
    }

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy