LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XApproveActionBroadcaster Interface Referencepublished

allows to probably veto actions to be performed on components. More...

import"XApproveActionBroadcaster.idl";

Inheritance diagram for XApproveActionBroadcaster:
XInterface CommandButton ImageButton

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...
 

Detailed Description

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.

Member Function Documentation

◆ addApproveActionListener()

void addApproveActionListener ( [in] com::sun::star::form::XApproveActionListener  aListener)

adds the specified listener to receive the XApproveActionListener::approveAction() event.

Parameters
aListenerthe listener to be added

◆ removeApproveActionListener()

void removeApproveActionListener ( [in] com::sun::star::form::XApproveActionListener  aListener)

removes the specified listener

Parameters
aListenerthe listener to be removed

The documentation for this interface was generated from the following file: