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

interface XVolatileResult
Description
provides methods to handle a volatile function result.
See also
VolatileResult, ResultEvent
Developers Guide
Spreadsheets - 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