:: com :: sun :: star :: document ::

interface XEventsSupplier
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XEventsSupplier
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
gives access to a list of URLs bound to events of this object
Developers Guide
6.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Models - XEventsSupplier

Methods' Summary
getEvents offers a list of event handlers which are be bound to events of this object  
Methods' Details
getEvents
::com::sun::star::container::XNameReplace
getEvents();

Description
offers a list of event handlers which are be bound to events of this object
Returns
an Events description object
Top of Page