Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sheet ::

interface XActivationBroadcaster
Description
provides methods to add and remove XActivationEventListener
Since
OOo 2.0

Methods' Summary
addActivationEventListener allows a component supporting the XActivationEventListener interface to register as listener. The component will be notified with a ActivationEvent every time the active sheet changes.

 
removeActivationEventListener removes a previously registered listener.  
Methods' Details
addActivationEventListener
void
addActivationEventListener( [in] XActivationEventListener  aListener );

Description
allows a component supporting the XActivationEventListener interface to register as listener. The component will be notified with a ActivationEvent every time the active sheet changes.

Parameter aListener
the component that is to be added as listener
See also
XActivationEventListener, ActivationEvent
removeActivationEventListener
void
removeActivationEventListener( [in] XActivationEventListener  aListener );

Description
removes a previously registered listener.
Parameter aListener
the component that is to be removed
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.