| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrintJobListener | |
|---|---|
| javax.print | Provides the principal classes and interfaces for the JavaTM Print Service API. | 
| javax.print.event | Package javax.print.event contains event classes and listener interfaces. | 
| Uses of PrintJobListener in javax.print | 
|---|
| Methods in javax.print with parameters of type PrintJobListener | |
|---|---|
|  void | DocPrintJob.addPrintJobListener(PrintJobListener listener)Registers a listener for event occurring during this print job. | 
|  void | DocPrintJob.removePrintJobListener(PrintJobListener listener)Removes a listener from this print job. | 
| Uses of PrintJobListener in javax.print.event | 
|---|
| Classes in javax.print.event that implement PrintJobListener | |
|---|---|
|  class | PrintJobAdapterAn abstract adapter class for receiving print job events. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.