interface XPrintableListener in module com::sun::star::view::

(Global Index)

Syntax

interface XPrintableListener : com::sun::star::lang::XEventListener ;

Description

allows for getting information about a print job.

XPrintableListener can be registered to XPrintableBroadcaster . Then, the user will be informed about print progress.

See also

XPrintableBroadcaster

Method Summary

stateChanged informs the user of the new state in print progress

Method Details



stateChanged

Syntax

oneway void stateChanged (
com::sun::star::view::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