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

interface XActivationEventListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XEventListener
       |  
       +--XActivationEventListener
::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.
See also
ActivationEvent
See also
XSpreadsheetViewEventProvieder
Since
OpenOffice 2.0.0
Top of Page