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

com :: sun :: star :: io ::

interface XDataTransferEventListener

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

Description
is used to receive callbacks from an importer or exporter.


Methods' Summary

finished is called when an import or export process has finished.
cancelled is called when an import or export process has been cancelled.

Methods' Details

finished
 
[ oneway ] void
finished(
[ in ] com::sun::star::io::DataTransferEvent aEvent );

Description
is called when an import or export process has finished.
cancelled
 
[ oneway ] void
cancelled(
[ in ] com::sun::star::io::DataTransferEvent aEvent );

Description
is called when an import or export process has been cancelled.

Top of Page