20#ifndef __com_sun_star_util_XModeChangeBroadcaster_idl__
21#define __com_sun_star_util_XModeChangeBroadcaster_idl__
29module
com { module sun { module star { module util {
This exception is thrown when a feature of an interface is not supported.
Definition NoSupportException.idl:39
base interface of all UNO interfaces
Definition XInterface.idl:48
allows to veto changes in an object's internal mode.
Definition XModeChangeApproveListener.idl:38
broadcasts changes in an object's internal mode.
Definition XModeChangeBroadcaster.idl:41
void removeModeChangeListener([in] XModeChangeListener rxListener)
removes the given listener from the list of components to be notified when the mode changes.
void addModeChangeApproveListener([in] XModeChangeApproveListener rxListener)
adds the given listener to the list of components to be notified when the mode is about to change.
void removeModeChangeApproveListener([in] XModeChangeApproveListener rxListener)
remove the given listener from the list of components to be notified when the mode is about to change...
void addModeChangeListener([in] XModeChangeListener rxListener)
adds the given listener to the list of components to be notified when the mode changes.
allows to listen for changes in an object's internal mode.
Definition XModeChangeListener.idl:38
Definition Ambiguous.idl:22