:: 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