javax.print.event

Interface PrintJobAttributeListener

public interface PrintJobAttributeListener

Listener interface to receive attribute changes from a print job. Implementations of this interface can be registered with a {@link javax.print.DocPrintJob} instance.
Method Summary
voidattributeUpdate(PrintJobAttributeEvent event)
Notifies the listener of an attribute change.

Method Detail

attributeUpdate

public void attributeUpdate(PrintJobAttributeEvent event)
Notifies the listener of an attribute change.

Parameters: event the event