com.levigo.jadice.printer.event
Interface PrintEventListener

All Superinterfaces:
EventListener

public interface PrintEventListener
extends EventListener

Implementations of this listener interface should be attached to a PrintEventBroadcaster to monitor the status of running printer jobs processed by jadice printing api. These callback methods may be invoked on the thread processing the print job, or a service created notification thread. In either case developers are strongly encouraged not perform time consuming processes in the callback method.


Method Summary
 void printStateChanged(PrintEvent e)
          Will be called to propagate jadice print job events.
 

Method Detail

printStateChanged

void printStateChanged(PrintEvent e)
Will be called to propagate jadice print job events.

Parameters:
e - a print event describing the reason causing the print state change.


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.