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". | |
| void | removeUpdateListener ([in] com::sun::star::form::XUpdateListener aListener) | 
| removes the specified listener. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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. |