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

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

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package dk.apaq.printing.core;

/**
 *
 * @author michael
 */
public enum PrinterState {
    Idle, Busy;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy