interface XVolatileResult in module com::sun::star::sheet::

(Global Index)

Syntax

interface XVolatileResult : com::sun::star::uno::XInterface ;

Description

represents a volatile function result.

Method Summary

addResultListener adds a listener to be notified when a new value is available.

removeResultListener removes the specified listener.

Known Services Which Export this Interface

com::sun::star::sheet::VolatileResult

Method Details



addResultListener

Syntax

oneway void addResultListener (
com::sun::star::sheet::XResultListener aListener );

Description

adds a listener to be notified when a new value is available.


removeResultListener

Syntax

oneway void removeResultListener (
com::sun::star::sheet::XResultListener aListener );

Description

removes the specified listener.

Top of Page