interface XFocusListener in module com::sun::star::awt:: |
interface XFocusListener : com::sun::star::lang::XEventListener ;
makes it possible to receive keyboard focus events.
The window which has the keyboard focus is the window which gets the keyboard events.
Method Summary |
|
focusGained | gets invoked when a window gains the keyboard focus. |
focusLost | gets invoked when a window loses the keyboard focus. |
Method Details |
|||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.