Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: 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
void
started();

Description
gets called as soon as data transfer has started.
closed
void
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
void
terminated();

Description
gets called when XActiveDataControl::terminate() is called.
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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.