summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/view/XSelectionChangeListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/view/XSelectionChangeListener.idl')
-rw-r--r--offapi/com/sun/star/view/XSelectionChangeListener.idl39
1 files changed, 10 insertions, 29 deletions
diff --git a/offapi/com/sun/star/view/XSelectionChangeListener.idl b/offapi/com/sun/star/view/XSelectionChangeListener.idl
index b6f4300212f1..0ffc82c20187 100644
--- a/offapi/com/sun/star/view/XSelectionChangeListener.idl
+++ b/offapi/com/sun/star/view/XSelectionChangeListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XSelectionChangeListener.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:53 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:11:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,19 +72,23 @@
//=============================================================================
- module com { module sun { module star { module view {
+module com { module sun { module star { module view {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::view::XSelectionChangeListener
-/** makes it possible to receive an event when the selection changes.@see com::sun::star::sheet::SpreadsheetViewPane
+/** makes it possible to receive an event when the current selection changes.
+
+ @see com::sun::star::view::XSelectionSupplier
*/
interface XSelectionChangeListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
- // DocMerge from xml: method com::sun::star::view::XSelectionChangeListener::selectionChanged
/** is called when the selection changes.
+
+ <p>You can get the new selection via <type>XSelectionSupplier</type> from
+ <member scope="com::sun::star::lang">EventObject::Source</member>.
+
*/
[oneway] void selectionChanged( [in] com::sun::star::lang::EventObject aEvent );
@@ -94,27 +98,4 @@ interface XSelectionChangeListener: com::sun::star::lang::XEventListener
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/12/21 08:35:28 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.3 2000/11/08 12:45:34 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:25:03 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:36:22 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:53:07 mi
- documentation merged from XML
-
- Revision 1.1.1.1 1999/11/11 09:48:47 jsc
- new
-
-
-=============================================================================*/
#endif