| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
allows for getting information about a print job. More...
import "XPrintJobBroadcaster.idl";
 
  
| Public Member Functions | |
| void | addPrintJobListener ([in] XPrintJobListener xListener) | 
| adds an XPrintJobListener to be notified about print progress. | |
| void | removePrintJobListener ([in] XPrintJobListener xListener) | 
| removes an XPrintJobListener. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
allows for getting information about a print job.
XPrintJobBroadcaster can be implemented by classes which implement XPrintable. It allows a XPrintJobListener to be registered, thus a client object will learn about the print progress.
| void addPrintJobListener | ( | [in] XPrintJobListener | xListener | ) | 
adds an XPrintJobListener to be notified about print progress.
| void removePrintJobListener | ( | [in] XPrintJobListener | xListener | ) | 
removes an XPrintJobListener.