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
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.