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

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

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

Methods' Summary
approveAction is invoked when an action is performed.  
Methods' Details
approveAction
boolean
approveAction( [in] ::com::sun::star::lang::EventObject  aEvent );

Description
is invoked when an action is performed.
Parameter aEvent
A descriptor specifying the source of the event.
Returns
true when the action is permitted, otherwise false.
Top of Page