interface XActionListener in module com::sun::star::awt::

(Global Index)

Syntax

interface XActionListener : com::sun::star::lang::XEventListener ;

Description

makes it possible to receive action events from a component.

Method Summary

actionPerformed is called when an action is performed.

Method Details



actionPerformed

Syntax

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

Description

is called when an action is performed.

Top of Page