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

interface XSubmitListener
Base Interfaces
XSubmitListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
approveSubmit is invoked when a component is about to submit it's data.  
Methods' Details
approveSubmit
boolean
approveSubmit( [in] ::com::sun::star::lang::EventObject  rEvent );

Description
is invoked when a component is about to submit it's data.
Parameter aEvent
the event happened
Returns
true when submitting was approved, otherwise false.
Top of Page