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

com :: sun :: star :: awt ::

interface XActionListener

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

Description
makes it possible to receive action events from a component.


Methods' Summary

actionPerformed is called when an action is performed.

Methods' Details

actionPerformed
 
[ oneway ] void
actionPerformed(
[ in ] com::sun::star::awt::ActionEvent rEvent );

Description
is called when an action is performed.

Top of Page