interface XTopWindowListener in module com::sun::star::awt:: |
interface XTopWindowListener : com::sun::star::lang::XEventListener ;
makes it possible to receive window events.
Method Summary |
|
windowOpened | gets invoked when a window has been opened. |
windowClosing | gets invoked when a window is in the process of being closed. |
windowClosed | gets invoked when a window has been closed. |
windowMinimized | gets invoked when a window is iconified. |
windowNormalized | gets invoked when a window is de-iconified. |
windowActivated | gets invoked when a window is activated. |
windowDeactivated | gets invoked when a window is de-activated. |
Method Details |
||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.