Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XApproveActionListener

Base Interface
com::sun::star::lang::XEventListener

Description
the listener interface for receiving the "approveAction" event.

The action may be cancelled. An action may, for example, be a mouse click on a command button.

See also
XApproveActionBroadcaster


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
the event happend
Returns
true when the action is permitted, otherwise false .
See also
com::sun::star::lang::EventObject

Top of Page