summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XActivateListener.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:59:34 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:59:34 +0000
commit3f6a9728248a93aa8fc1d30f7625377f549d3819 (patch)
tree008e8973ffe53a007a77182a8c0db513777e16d2 /offapi/com/sun/star/awt/XActivateListener.idl
parent7758961490ccf89b2bba17611e366c453563c639 (diff)
INTEGRATION: CWS tbe4 (1.8.66); FILE MERGED
2003/06/23 13:22:31 tbe 1.8.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com/sun/star/awt/XActivateListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XActivateListener.idl29
1 files changed, 12 insertions, 17 deletions
diff --git a/offapi/com/sun/star/awt/XActivateListener.idl b/offapi/com/sun/star/awt/XActivateListener.idl
index 3417b3678f4b..9ce8de0dc2c3 100644
--- a/offapi/com/sun/star/awt/XActivateListener.idl
+++ b/offapi/com/sun/star/awt/XActivateListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XActivateListener.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:46 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:59:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,35 +76,30 @@
//=============================================================================
-// DocMerge from xml: interface com::sun::star::awt::XActivateListener
-/** makes it possible to receive activate events.@see XFocusListener
- @see XTopWindowListener
+/** makes it possible to receive activate events.
+
+ @see XFocusListener
+ @see XTopWindowListener
*/
interface XActivateListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XActivateListener::windowActivated
- /** gets invoked when a window is activated.
-
-
+ /** is invoked when a window is activated.
- <p>A window is avtivated if a child or itself got the focus.
+ <p>A window is avtivated if a child or itself got the focus.</p>
- </p>@see XFocusListener::focusGained
+ @see XFocusListener::focusGained
*/
[oneway] void windowActivated( [in] com::sun::star::lang::EventObject e );
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::awt::XActivateListener::windowDeactivated
- /** gets invoked when a window is de-activated.
-
-
+ /** is invoked when a window is de-activated.
- <p>A window is deavtivated if a child or itself lost the focus.
+ <p>A window is deavtivated if a child or itself lost the focus.</p>
- </p>@see XFocusListener::focusLost
+ @see XFocusListener::focusLost
*/
[oneway] void windowDeactivated( [in] com::sun::star::lang::EventObject e );