LibreOffice
LibreOffice 24.2 SDK API Reference
|
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. More... | |
void | removeApproveActionListener ([in] com::sun::star::form::XApproveActionListener 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... | |
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 |