:: com :: sun :: star :: io ::
|
interface XStreamListener |
- Base Interfaces
XStreamListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Description
- makes it possible to receive events from an active data control.
|
Methods' Summary |
started |
gets called as soon as data transfer has started.
|
closed |
gets called when data transfer terminates normally or when data
transfer is terminated from outside.
|
terminated |
gets called when XActiveDataControl::terminate() is called.
|
error |
gets called when an internal error in source or sink has occurred.
|
Methods' Details |
started
- Description
- gets called as soon as data transfer has started.
|
|
closed
- Description
- gets called when data transfer terminates normally or when data
transfer is terminated from outside.
The termination could be done using the method
XActiveDataControl::terminate().
|
|
terminated
|
error
void |
error( |
[in] any |
aException ); |
- Description
- gets called when an internal error in source or sink has occurred.
After the method is called, the close is called on the
connected streams.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.