public class PrinterJobInfoEvent extends EventObject
Constructor and Description |
---|
PrinterJobInfoEvent(Object source,
String printJobName,
IDocument document,
int count,
String printername) |
Modifier and Type | Method and Description |
---|---|
IDocument |
getDocument()
Returns the current document.
|
int |
getDocumentPageCount()
Returns number of pages in the current document.
|
String |
getPrintername()
Returns the name of the current printer.
|
String |
getPrintJobName()
Returns name of the current print job.
|
getSource, toString
public String getPrintJobName()
public IDocument getDocument()
public int getDocumentPageCount()
public String getPrintername()