LibreOffice
LibreOffice 24.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. More... | |
void | removePrintableListener ([in] XPrintableListener xListener) |
removes an XPrintableListener. 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.
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.