interface XScriptEventsSupplier in module com::sun::star::script::

(Global Index)

Syntax

interface XScriptEventsSupplier : com::sun::star::uno::XInterface ;

Description

Gives access to an event container represented by an XNameContainer. containing ScriptEventDescriptor instances

Method Summary

getEvents

Method Details



getEvents

Syntax

com::sun::star::container::XNameContainer getEvents ();
Top of Page