interface XPaintListener in module com::sun::star::awt::

(Global Index)

Syntax

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

Description

makes it possible to receive paint events.

Method Summary

windowPaint gets called when a region of the window became invalid, for example, because another window was moved away.

Method Details



windowPaint

Syntax

oneway void windowPaint (
com::sun::star::awt::PaintEvent e );

Description

gets called when a region of the window became invalid, for example, because another window was moved away.

Top of Page