| Interface | Description |
|---|---|
| PrintJobAttributeListener |
Listener interface to receive attribute changes from a print job.
|
| PrintJobListener |
Listener interface to receive processing events from a print job.
|
| PrintServiceAttributeListener |
Listener interface to receive attribute changes from a print service.
|
| Class | Description |
|---|---|
| PrintEvent |
Superclass of all events in the Java Print Service API.
|
| PrintJobAdapter |
Adapter class for implementing
PrintJobListener
classes. |
| PrintJobAttributeEvent |
PrintJobAttributeEvents are generated by a
PrintService to inform registered listeners that attributes
associated with a DocPrintJob instance have changed. |
| PrintJobEvent |
PrintJobEvents are generated by a print job during
print job processing to inform registered listeners about the state
of processing. |
| PrintServiceAttributeEvent |
PrintServiceAttributeEvents are generated by a
PrintService to inform registered listeners that
its associated attributes have changed. |