interface XApproveActionListener in module com::sun::star::form::

(Global Index)

Syntax

interface XApproveActionListener : 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

Method Summary

approveAction is invoked when an action is performed.

Method Details



approveAction

Syntax

boolean approveAction (
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

EventObject
Top of Page