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

interface XPaintListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XPaintListener
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] PaintEvent
 
e );

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