LibreOffice
LibreOffice 24.2 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. More... | |
void | removePrintJobListener ([in] XPrintJobListener xListener) |
removes an XPrintJobListener. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.