Uses of Interface
javax.print.event.PrintServiceAttributeListener
| Package | Description | 
|---|---|
| javax.print | Provides the principal classes and interfaces for the Java™ Print
 Service API. | 
- 
Uses of PrintServiceAttributeListener in javax.printMethods in javax.print with parameters of type PrintServiceAttributeListener Modifier and Type Method Description voidPrintService. addPrintServiceAttributeListener(PrintServiceAttributeListener listener)Registers a listener for events on thisPrintService.voidPrintService. removePrintServiceAttributeListener(PrintServiceAttributeListener listener)Removes the print-service listener from this print service.