:: com :: sun :: star :: script ::

interface XScriptEventsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XScriptEventsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Gives access to an event container represented by an XNameContainer containing ScriptEventDescriptor instances.

Methods' Summary
getEvents Returns an XNameContainer containing instances of ScriptEventDescriptor  
Methods' Details
getEvents
::com::sun::star::container::XNameContainer
getEvents();

Description
Returns an XNameContainer containing instances of ScriptEventDescriptor
Top of Page