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

interface XResultListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XEventListener
       |  
       +--XResultListener
::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
::com::sun::star::sheet::XVolatileResult

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

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