|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.fopps.printing.DefaultPrintJobListener
DefaultPrintJobListener provides a simple print job listener.
| Constructor Summary | |
DefaultPrintJobListener()
|
|
| Method Summary | |
void |
printDataTransferCompleted(javax.print.event.PrintJobEvent pje)
Called to notify the client that data has been successfully transferred to the print service, and the client may free local resources allocated for that data. |
void |
printJobCanceled(javax.print.event.PrintJobEvent pje)
Called to notify the client that the job was canceled by a user or a program. |
void |
printJobCompleted(javax.print.event.PrintJobEvent pje)
Called to notify the client that the job completed successfully. |
void |
printJobFailed(javax.print.event.PrintJobEvent pje)
Called to notify the client that the job failed to complete successfully and will have to be resubmitted. |
void |
printJobNoMoreEvents(javax.print.event.PrintJobEvent pje)
Called to notify the client that no more events will be delivered. |
void |
printJobRequiresAttention(javax.print.event.PrintJobEvent pje)
Called to notify the client that an error has occurred that the user might be able to fix. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultPrintJobListener()
| Method Detail |
public void printDataTransferCompleted(javax.print.event.PrintJobEvent pje)
printDataTransferCompleted in interface javax.print.event.PrintJobListenerpje - the job generating this eventpublic void printJobCompleted(javax.print.event.PrintJobEvent pje)
printJobCompleted in interface javax.print.event.PrintJobListenerpje - the job generating this eventpublic void printJobFailed(javax.print.event.PrintJobEvent pje)
printJobFailed in interface javax.print.event.PrintJobListenerpje - the job generating this eventpublic void printJobCanceled(javax.print.event.PrintJobEvent pje)
printJobCanceled in interface javax.print.event.PrintJobListenerpje - the job generating this eventpublic void printJobNoMoreEvents(javax.print.event.PrintJobEvent pje)
printJobNoMoreEvents in interface javax.print.event.PrintJobListenerpje - the job generating this eventpublic void printJobRequiresAttention(javax.print.event.PrintJobEvent pje)
printJobRequiresAttention in interface javax.print.event.PrintJobListenerpje - the job generating this event
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||