LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a volatile function result. More...
import"VolatileResult.idl";
Exported Interfaces | |
interface | com::sun::star::sheet::XVolatileResult |
provides handling with a volatile function result. More... | |
Additional Inherited Members | |
Public Member Functions inherited from XVolatileResult | |
void | addResultListener ([in] com::sun::star::sheet::XResultListener aListener) |
adds a listener to be notified when a new value is available. More... | |
void | removeResultListener ([in] com::sun::star::sheet::XResultListener aListener) |
removes the specified listener. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
represents a volatile function result.
A volatile function result can change its value over time. The XVolatileResult interface allows the addition of listeners which are notified when the value changes.
interface com::sun::star::sheet::XVolatileResult |
provides handling with a volatile function result.