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

interface XResultListener
Base Interfaces
XResultListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
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