allows to probably veto actions to be performed on components. More...
import "XApproveActionBroadcaster.idl";
 
  
| Public Member Functions | |
| void | addApproveActionListener ([in] com::sun::star::form::XApproveActionListener aListener) | 
| adds the specified listener to receive the XApproveActionListener::approveAction() event. | |
| void | removeApproveActionListener ([in] com::sun::star::form::XApproveActionListener 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. | |
allows to probably veto actions to be performed on components.
Usually, a component which supports the XApproveActionBroadcaster interface implements com::sun::star::awt::XActionListener as well.
| void addApproveActionListener | ( | [in] com::sun::star::form::XApproveActionListener | aListener | ) | 
adds the specified listener to receive the XApproveActionListener::approveAction() event.
| aListener | the listener to be added | 
| void removeApproveActionListener | ( | [in] com::sun::star::form::XApproveActionListener | aListener | ) | 
removes the specified listener
| aListener | the listener to be removed |