:: com :: sun :: star :: awt :: grid ::

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
An instance of this interface is used by the XGridRowSelection to get notifications about selection changes.

Methods' Summary
selectionChanged Invoked after a selection was changed.  
Methods' Details
selectionChanged
[oneway] void
selectionChanged( [in] GridSelectionEvent  gridSelectionEvent );

Description
Invoked after a selection was changed.
Top of Page