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

interface XFormComponentValidityListener
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::lang::XEventListener
       |  
       +--XFormComponentValidityListener
::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
is the listener interface to be notified of changes of a XValidatableFormComponent

Methods' Summary
componentValidityChanged called when the validity and/or the value of the form component at which the listener is registered changed.  
Methods' Details
componentValidityChanged
void
componentValidityChanged( [in] ::com::sun::star::lang::EventObject  Source );

Description
called when the validity and/or the value of the form component at which the listener is registered changed.
Parameter Source
The member ::com::sun::star::lang::EventObject::Source represents the XValidatableFormComponent whose validity, value, or text changed.
Top of Page