Kaydet (Commit) 497ae5b7 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Method description.

üst 9571e828
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment