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
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.