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

unpublished 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.
Usage Restrictions
not published
Description
An instance of this interface is used by the XGridSelection to get notifications about selection changes.

Usually you must not implement this interface yourself, but you must notify it correctly if you implement the XGridSelection yourself

.

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