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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
allows notification when range selection is completed or aborted.
See also
XRangeSelection

Methods' Summary
done is called when range selection is completed.  
aborted is called when range selection is aborted.  
Methods' Details
done
void
done( [in] RangeSelectionEvent  aEvent );

Description
is called when range selection is completed.
aborted
void
aborted( [in] RangeSelectionEvent  aEvent );

Description
is called when range selection is aborted.
Top of Page