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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
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] DataTransferEvent  aEvent );

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

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