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

interface XRangeSelectionListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XRangeSelectionListener
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