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

com :: sun :: star :: util ::

interface XUpdatable

Base Interface
com::sun::star::uno::XInterface

Description
is supported by objects with data that can be updated from a data source.


Methods' Summary

update refreshes the data of the object from the connected data source.

Methods' Details

update
 
void
update();
Description
refreshes the data of the object from the connected data source.

Top of Page