LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_io_XStreamListener_idl__
20 #define __com_sun_star_io_XStreamListener_idl__
26 module
com { module sun { module star { module io {
53 void error( [in] any aException );
void error([in] any aException)
gets called when an internal error in source or sink has occurred.
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
void closed()
gets called when data transfer terminates normally or when data transfer is terminated from outside.
makes it possible to receive events from an active data control.
Definition: XStreamListener.idl:31
Definition: Ambiguous.idl:22
void started()
gets called as soon as data transfer has started.
void terminated()
gets called when XActiveDataControl::terminate() is called.