Syntax
interface XWindowListener : com::sun::star::lang::XEventListener ;
Description
makes it possible to receive window events.
Component events are provided only for
notification purposes. Moves and resizes will be handled
interally by the window component, so that GUI layout works properly
regardless of whether a program registers such a listener or not.
Method Summary
|
windowResized |
gets invoked when the window has been resized.
|
|
windowMoved |
gets invoked when the window has been moved.
|
|
windowShown |
gets invoked when the window has been shown.
|
|
windowHidden |
gets invoked when the window has been hidden.
|
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.