javax.print.event
Interface PrintServiceAttributeListener


public interface PrintServiceAttributeListener

Listener interface to receive attribute changes from a print service. Implementations of this interface can be registered with a PrintService instance.


Method Summary
 void attributeUpdate(PrintServiceAttributeEvent event)
          Notifies the listener that some attributes have changed.
 

Method Detail

attributeUpdate

void attributeUpdate(PrintServiceAttributeEvent event)
Notifies the listener that some attributes have changed.

Parameters:
event - the event