| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
allows for getting information about a print job. More...
import "XPrintableBroadcaster.idl";
 
  
| Public Member Functions | |
| void | addPrintableListener ([in] XPrintableListener xListener) | 
| adds an XPrintableListener to be notified about print progress. | |
| void | removePrintableListener ([in] XPrintableListener xListener) | 
| removes an XPrintableListener. | |
| 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.
XPrintableBroadcaster can be implemented by classes which implement XPrintable. It allows a XPrintableListener to be registered, thus a client object will learn about the print progress.
| void addPrintableListener | ( | [in] XPrintableListener | xListener | ) | 
adds an XPrintableListener to be notified about print progress.
| void removePrintableListener | ( | [in] XPrintableListener | xListener | ) | 
removes an XPrintableListener.