LibreOffice
LibreOffice 24.2 SDK API Reference
|
is the broadcaster interface for sending "approveUpdate" and "updated" events. More...
import"XUpdateBroadcaster.idl";
Public Member Functions | |
void | addUpdateListener ([in] com::sun::star::form::XUpdateListener aListener) |
adds the specified listener to receive the events "approveUpdate" and "updated". More... | |
void | removeUpdateListener ([in] com::sun::star::form::XUpdateListener 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... | |
is the broadcaster interface for sending "approveUpdate" and "updated" events.
The component supporting this interface must do approval calls (XUpdateListener::approveUpdate()) immediately before the data is updated, and notification calls (XUpdateListener::updated()) immediately afterwards.
void addUpdateListener | ( | [in] com::sun::star::form::XUpdateListener | aListener | ) |
adds the specified listener to receive the events "approveUpdate" and "updated".
aListener | the listener to add. |
void removeUpdateListener | ( | [in] com::sun::star::form::XUpdateListener | aListener | ) |
removes the specified listener.
aListener | the listener to remove. |