20 #ifndef __com_sun_star_container_XContainerApproveListener_idl
21 #define __com_sun_star_container_XContainerApproveListener_idl
28 module
com { module sun { module star { module container {
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:38
is notified to approve changes which happen to the content of a generic container
Definition: XContainerApproveListener.idl:36
com::sun::star::util::XVeto approveRemoveElement([in] ContainerEvent Event)
is called for the listener to approve a removal of an element from the container
com::sun::star::util::XVeto approveInsertElement([in] ContainerEvent Event)
is called for the listener to approve an insertion into the container
com::sun::star::util::XVeto approveReplaceElement([in] ContainerEvent Event)
is called for the listener to approve a replacement inside the container
provides information about a veto which has been raised against an operation
Definition: XVeto.idl:32
Definition: Ambiguous.idl:22
This event is fired when an element is inserted in a container.
Definition: ContainerEvent.idl:34