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

com :: sun :: star :: awt ::

interface XPaintListener

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

Description
makes it possible to receive paint events.


Methods' Summary

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

Methods' Details

windowPaint
 
[ oneway ] void
windowPaint(
[ in ] 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