Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XVolatileResult

Base Interface
com::sun::star::uno::XInterface

Description
represents a volatile function result.


Known Services which Export this Interface

com::sun::star::sheet::VolatileResult a volatile result.

Methods' Summary

addResultListener adds a listener to be notified when a new value is available.
removeResultListener removes the specified listener.

Methods' Details

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

Description
adds a listener to be notified when a new value is available.
removeResultListener
 
[ oneway ] void
removeResultListener(
[ in ] com::sun::star::sheet::XResultListener aListener );

Description
removes the specified listener.

Top of Page