KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > event > PrintJobEvent

javax.print.event
Class PrintJobEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.print.event.PrintEvent
          extended by javax.print.event.PrintJobEvent
All Implemented Interfaces:
Serializable
See Also:
Source Code, DocPrintJob

public static final int DATA_TRANSFER_COMPLETE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getPrintEventType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public DocPrintJob getPrintJob()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int JOB_CANCELED
See Also:
PrintService
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int JOB_COMPLETE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int JOB_FAILED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int NO_MORE_EVENTS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrintJobEvent(DocPrintJob source,
                     int reason)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int REQUIRES_ATTENTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags