javax.print.event
public abstract class PrintJobAdapter extends Object implements PrintJobListener
Constructor Summary | |
---|---|
PrintJobAdapter()
Constructs a PrintJobAdapter object. |
Method Summary | |
---|---|
void | printDataTransferCompleted(PrintJobEvent event)
Called to notify the client that all data has been successfully transferred
to the print service.
|
void | printJobCanceled(PrintJobEvent event)
Called to notify the client that a print job was canceled.
|
void | printJobCompleted(PrintJobEvent event)
Called to notify the client that a print job was successfully completed.
|
void | printJobFailed(PrintJobEvent event)
Called to notify the client that a print job failed to complete
successfully.
|
void | printJobNoMoreEvents(PrintJobEvent event)
Called to notify the client that no more job events will be send.
|
void | printJobRequiresAttention(PrintJobEvent event)
Called to notify the client that a problem occured during printing.
|
PrintJobAdapter
object.The default implementation does nothing.
Parameters: event the event.
The default implementation does nothing.
Parameters: event the event.
The default implementation does nothing.
Parameters: event the event.
The default implementation does nothing.
Parameters: event the event.
The default implementation does nothing.
Parameters: event the event.
The default implementation does nothing.
Parameters: event the event.