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

interface XUpdatable
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XUpdatable
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
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