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

interface XResultListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XResultListener
Description
allows notification when a new volatile function result is available.
See also
XVolatileResult

Methods' Summary
modified is called when a new value is available.
Methods' Details
modified
void
modified(
 
[in] ResultEvent
 
aEvent );

Description
is called when a new value is available.
Top of Page