public class PrintProgressEvent.MessageTypes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CANCEL
Printing is canceled due to unexpected errors.
|
static int |
COMPLETE
Printing is completed without errors or being cancelled.
|
static int |
ENDDOC
Done printing but not yet disconnected from the printer.
|
static int |
FINISHED
Printer connection is closed without regard to
the printing status.
|
static int |
NONE
Unknown message type.
|
static int |
STARTDOC
Printing has begun.
|
public static final int NONE
public static final int STARTDOC
public static final int ENDDOC
public static final int CANCEL
public static final int FINISHED
public static final int COMPLETE
Copyright (c) 2013-2015 Honeywell International Inc. All rights reserved.