:: 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
::com::sun::star::sheet::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] ::com::sun::star::sheet::RangeSelectionEvent  aEvent );

Description
is called when range selection is completed.
aborted
void
aborted( [in] ::com::sun::star::sheet::RangeSelectionEvent  aEvent );

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