public class PrintProgressEvent
extends java.util.EventObject
LinePrinter class or the LabelPrinter
class during printing to inform the application when the printing is started
and when the printing is completed.PrintProgressListener,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
class |
PrintProgressEvent.MessageTypes
This class defines the constants representing the print progress
message types.
|
| Constructor and Description |
|---|
PrintProgressEvent(Printer source,
int aMsgType)
Constructs a PrintProgressEvent object with the specified progress
message type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMessageType()
Gets the type of progress message.
|
public PrintProgressEvent(Printer source, int aMsgType)
source - The Printer object that originated the event.aMsgType - An integer constant defined in
PrintProgressEvent.MessageTypes to identify the progress
message type.public int getMessageType()
PrintProgressEvent.MessageTypes.Copyright (c) 2013-2015 Honeywell International Inc. All rights reserved.