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

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

interface XApproveActionBroadcaster

Base Interface
com::sun::star::uno::XInterface

Description
notifies the specific listeners before an action on a component is performed.

In general a component which supports the XApproveActionBroadcaster interface implements the possibility of adding an XActionListener as well.



Known Services which Export this Interface

com::sun::star::form::control::CommandButton describes a radio button usually used together with a CommandButton model.
com::sun::star::form::control::ImageButton describes a radio button usually used together with a ImageButton model.

Methods' Summary

addApproveActionListener addApproveActionListener" adds the specified listener to receive the "approveAction" event.
removeApproveActionListener removes the specified listener.

Methods' Details

addApproveActionListener
 
[ oneway ] void
addApproveActionListener(
[ in ] com::sun::star::form::XApproveActionListener aListener );

Description
addApproveActionListener" adds the specified listener to receive the "approveAction" event.
Parameter aListener
the listener to append
See also
com::sun::star::form::XApproveActionListener
removeApproveActionListener
 
[ oneway ] void
removeApproveActionListener(
[ in ] com::sun::star::form::XApproveActionListener aListener );

Description
removes the specified listener.
Parameter aListener
the listener to remove
See also
com::sun::star::form::XApproveActionListener

Top of Page