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

interface XVolatileResult
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XVolatileResult
Description
provides methods to handle a volatile function result.
See also
VolatileResult
See also
ResultEvent
Developers Guide
8.6.5 Spreadsheet Documents - Spreadsheet Add-Ins - Variable Results

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] XResultListener
 
aListener );

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

Description
removes the specified listener.
Top of Page