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 DocPrintJob instance.


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

Method Detail

attributeUpdate

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

Parameters:
event - the event