LibreOffice
LibreOffice 24.8 SDK API Reference
|
allows to veto changes in an object's internal mode. More...
import <XModeChangeApproveListener.idl;
Public Member Functions | |
void | approveModeChange ([in] ModeChangeEvent rSource) raises ( VetoException ) |
indicates that the mode of the broadcasting component is about to change. | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. | |
![]() | |
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. | |
void approveModeChange | ( | [in] ModeChangeEvent | rSource | ) | ||
raises | ( | VetoException ) |
indicates that the mode of the broadcasting component is about to change.
The ModeChangeEvent::NewMode indicates the new mode which is to be set on the component
VetoException | when the mode change is vetoed |