:: com :: sun :: star :: view ::

interface XPrintableListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XPrintableListener
Description
receives events about print job progress.

XPrintableListener can be registered to XPrintableBroadcaster . Then, the client object will receive events about print progress.

See also
XPrintableBroadcaster

Methods' Summary
stateChanged informs the user of the new state in print progress.
Methods' Details
stateChanged
[oneway] void
stateChanged(
 
[in] PrintableStateEvent
 
Event );

Description
informs the user of the new state in print progress.
Parameter Event
contains the XPrintable having changed state and the new state.
Top of Page