22module
com { module sun { module star { module util {
base interface of all UNO interfaces
Definition: XInterface.idl:46
makes it possible to receive refreshed events.
Definition: XRefreshListener.idl:28
is supported by objects with data that can be refreshed from a data source.
Definition: XRefreshable.idl:28
void refresh()
refreshes the data of the object from the connected data source.
void removeRefreshListener([in] com::sun::star::util::XRefreshListener l)
removes the specified listener.
void addRefreshListener([in] com::sun::star::util::XRefreshListener l)
adds the specified listener to receive the event "refreshed."
Definition: Ambiguous.idl:20