FileDocCategorySizeDatePackage
PrintServiceAttributeListener.javaAPI DocJava SE 5 API961Fri Aug 26 14:57:46 BST 2005javax.print.event

PrintServiceAttributeListener

public interface PrintServiceAttributeListener
Implementations of this listener interface are attached to a {@link javax.print.PrintService PrintService} to monitor the status of the print service.

To monitor a particular job see {@link PrintJobListener} and {@link PrintJobAttributeListener}.

Fields Summary
Constructors Summary
Methods Summary
public voidattributeUpdate(javax.print.event.PrintServiceAttributeEvent psae)
Called to notify a listener of an event in the print service. The service will call this method on an event notification thread. The client should not perform lengthy processing in this callback or subsequent event notifications may be blocked.

param
psae the event being notified