19#ifndef __com_sun_star_beans_XVetoableChangeListener_idl__
20#define __com_sun_star_beans_XVetoableChangeListener_idl__
30module
com { module sun { module star { module beans {
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition PropertyVetoException.idl:35
is used to receive PropertyChangeEvents whenever a "constrained" property is changed.
Definition XVetoableChangeListener.idl:40
void vetoableChange([in] com::sun::star::beans::PropertyChangeEvent aEvent)
gets called when a constrained property is changed.
base interface for all event listeners interfaces.
Definition XEventListener.idl:33
Definition Ambiguous.idl:22
gets delivered whenever a "bound" or "constrained" property is changed.
Definition PropertyChangeEvent.idl:42