Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XRangeSelectionListener

Base Interface
com::sun::star::lang::XEventListener

Description
allows notification when range selection is completed or aborted.


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