Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XPrintableListener

Base Interface
com::sun::star::lang::XEventListener

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 ] 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