![JAR search and dependency download from the Maven repository](/logo.png)
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