Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XActivationEventListener
Base Interfaces
XActivationEventListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
makes it possible to receive events when the active spreadsheet changes.

Methods' Summary
activeSpreadsheetChanged is called whenever data or a selection changed.  
Methods' Details
activeSpreadsheetChanged
void
activeSpreadsheetChanged( [in] ActivationEvent  aEvent );

Description
is called whenever data or a selection changed.

This interface must be implemented by components that wish to get notified of changes of the active Spreadsheet. They can be registered at an ::XSpreadsheetViewEventProvider component.

Parameter aEvent
the event that gives further information on which Spreadsheet is active now.
Since
OOo 2.0
See also
ActivationEvent, XSpreadsheetViewEventProvieder
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.