Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XResultListener

Base Interface
com::sun::star::lang::XEventListener

Description
allows notification when new values are available.


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