From 497ae5b7a9d2138530d6eee08617496651b72d58 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 16 Aug 2011 21:41:03 -0400 Subject: Method description. --- udkapi/com/sun/star/script/XEventAttacher2.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/udkapi/com/sun/star/script/XEventAttacher2.idl b/udkapi/com/sun/star/script/XEventAttacher2.idl index 1f2846c65d06..65daf043d662 100644 --- a/udkapi/com/sun/star/script/XEventAttacher2.idl +++ b/udkapi/com/sun/star/script/XEventAttacher2.idl @@ -36,6 +36,13 @@ module com { module sun { module star { module script { interface XEventAttacher2: com::sun::star::script::XEventAttacher { + /** Register a multiple set of listeners listening for the same + target. Besides passing multiple listeners, the behavior of + this method is identical to that of + attachSingleEventListener. + + @see com::sun::star::script::XEventAttacher::attachSingleEventListener + */ sequence attachMultipleEventListeners( [in] com::sun::star::uno::XInterface xTarget, -- cgit