Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: lang ::

interface XEventListener
Description
base interface for all event listeners interfaces.
Developers Guide
ProUNO - Event Model
ProUNO - Bridge - Automation Objects with UNO Interfaces
ProUNO - Basic - Listeners

Methods' Summary
disposing gets called when the broadcaster is about to be disposed.  
Methods' Details
disposing
void
disposing( [in] EventObject  Source );

Description
gets called when the broadcaster is about to be disposed.

All listeners and all other objects, which reference the broadcaster should release the reference to the source. No method should be invoked anymore on this object ( including XComponent::removeEventListener ).

This method is called for every listener registration of derived listener interfaced, not only for registrations at XComponent.

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.