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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

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.
See also
ActivationEvent
See also
XSpreadsheetViewEventProvider

Since OOo 2.0
Top of Page