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

interface XEventsSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XEventsSupplier
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