Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: form ::

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


Methods' Summary
addApproveActionListener adds the specified listener to receive the XApproveActionListener::approveAction event.  
removeApproveActionListener removes the specified listener  
Methods' Details
addApproveActionListener
[oneway] void
addApproveActionListener( [in] XApproveActionListener  aListener );

Description
adds the specified listener to receive the XApproveActionListener::approveAction event.
Parameter aListener
the listener to be added
removeApproveActionListener
[oneway] void
removeApproveActionListener( [in] XApproveActionListener  aListener );

Description
removes the specified listener
Parameter aListener
the listener to be removed
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.