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

interface XUpdatable
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