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 {@link javax.print.PrintService} instance.
Method Summary
voidattributeUpdate(PrintServiceAttributeEvent event)
Notifies the listener that some attributes have changed.

Method Detail

attributeUpdate

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

Parameters: event the event