:: com :: sun :: star :: form :: validation ::

interface XValidityConstraintListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XEventListener
       |  
       +--XValidityConstraintListener
::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
specifies an interface for listening for changes in the validity constraints represented by an XValidator .

Methods' Summary
validityConstraintChanged called when the validity constraint represented by an XValidator , at which the listener is registered, changed.  
Methods' Details
validityConstraintChanged
void
validityConstraintChanged( [in] ::com::sun::star::lang::EventObject  Source );

Description
called when the validity constraint represented by an XValidator , at which the listener is registered, changed.
Parameter Source
The event source. The member ::com::sun::star::lang::EventObject::Source represents the validator component whose validity constraint changed.
Top of Page