is notified to approve changes which happen to the content of a generic container More...
import "XContainerApproveListener.idl";
Public Member Functions | |
com::sun::star::util::XVeto | approveInsertElement ([in] ContainerEvent Event) raises ( com::sun::star::lang::WrappedTargetException ) |
is called for the listener to approve an insertion into the container | |
com::sun::star::util::XVeto | approveReplaceElement ([in] ContainerEvent Event) raises ( com::sun::star::lang::WrappedTargetException ) |
is called for the listener to approve a replacement inside the container | |
com::sun::star::util::XVeto | approveRemoveElement ([in] ContainerEvent Event) raises ( com::sun::star::lang::WrappedTargetException ) |
is called for the listener to approve a removal of an element from the container | |
is notified to approve changes which happen to the content of a generic container
com::sun::star::util::XVeto approveInsertElement | ( | [in] ContainerEvent | Event | ) | ||
raises | ( | com::sun::star::lang::WrappedTargetException ) |
is called for the listener to approve an insertion into the container
NULL
otherwise. com::sun::star::util::XVeto approveRemoveElement | ( | [in] ContainerEvent | Event | ) | ||
raises | ( | com::sun::star::lang::WrappedTargetException ) |
is called for the listener to approve a removal of an element from the container
NULL
otherwise. com::sun::star::util::XVeto approveReplaceElement | ( | [in] ContainerEvent | Event | ) | ||
raises | ( | com::sun::star::lang::WrappedTargetException ) |
is called for the listener to approve a replacement inside the container
NULL
otherwise.