javax.print.event
public class PrintServiceAttributeEvent extends PrintEvent
PrintServiceAttributeEvent
s are generated by a
PrintService
to inform registered listeners that
its associated attributes have changed.
Constructor Summary | |
---|---|
PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes)
Constructs a PrintServiceAttributeEvent object.
|
Method Summary | |
---|---|
PrintServiceAttributeSet | getAttributes()
Returns the changed attributes this event reports.
|
PrintService | getPrintService()
Returns the print service that generated this event.
|
PrintServiceAttributeEvent
object.
Parameters: source the source of this event attributes the attribute changes being reported
Returns: The changed attributes.
Returns: The print service.