summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 08:01:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 08:01:10 +0000
commit5fbeb371e3d1c57f887919ba70942727dd07bbc4 (patch)
treec89d3ed9b9b3f63fffea0a0936457e7d0661f4e5 /offapi/com/sun/star/awt
parentac42ee41c6d9f544a8e424f319527f75333275cd (diff)
INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED
2003/06/23 13:22:35 tbe 1.8.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt')
-rw-r--r--offapi/com/sun/star/awt/XFocusListener.idl21
1 files changed, 9 insertions, 12 deletions
diff --git a/offapi/com/sun/star/awt/XFocusListener.idl b/offapi/com/sun/star/awt/XFocusListener.idl
index db8153f46af2..ed0e8a443682 100644
--- a/offapi/com/sun/star/awt/XFocusListener.idl
+++ b/offapi/com/sun/star/awt/XFocusListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFocusListener.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:47 $
+ * last change: $Author: vg $ $Date: 2003-06-27 09:01:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,29 +76,26 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::awt::XFocusListener
/** makes it possible to receive keyboard focus events.
-
-
<p>The window which has the keyboard focus is the window which gets
- the keyboard events.
-
- </p>
+ the keyboard events.</p>
*/
interface XFocusListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XFocusListener::focusGained
- /** gets invoked when a window gains the keyboard focus.@see XFocusListener::windowActivated
+ /** is invoked when a window gains the keyboard focus.
+
+ @see XActivateListener::windowActivated
*/
[oneway] void focusGained( [in] com::sun::star::awt::FocusEvent e );
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XFocusListener::focusLost
- /** gets invoked when a window loses the keyboard focus.@see XFocusListener::windowDeactivated
+ /** is invoked when a window loses the keyboard focus.
+
+ @see XActivateListener::windowDeactivated
*/
[oneway] void focusLost( [in] com::sun::star::awt::FocusEvent e );