interface XResultListener in module com::sun::star::sheet::

(Global Index)

Syntax

interface XResultListener : com::sun::star::lang::XEventListener ;

Description

allows notification when new values are available.

Method Summary

modified is called when a new value is available.

Method Details



modified

Syntax

void modified (
com::sun::star::sheet::ResultEvent aEvent );

Description

is called when a new value is available.

Top of Page