diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-16 21:41:03 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-16 21:41:03 -0400 |
commit | 497ae5b7a9d2138530d6eee08617496651b72d58 (patch) | |
tree | 06213170265c951425757c01d334c92116eaa689 /udkapi | |
parent | 9571e828da50ad15fcee91670952461c52244abd (diff) |
Method description.
Diffstat (limited to 'udkapi')
-rw-r--r-- | udkapi/com/sun/star/script/XEventAttacher2.idl | 7 |
1 files changed, 7 insertions, 0 deletions
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 + <method>attachSingleEventListener</method>. + + @see com::sun::star::script::XEventAttacher::attachSingleEventListener + */ sequence<com::sun::star::lang::XEventListener> attachMultipleEventListeners( [in] com::sun::star::uno::XInterface xTarget, |