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

interface XActionListener
Base Interfaces
XActionListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
makes it possible to receive action events.

Methods' Summary
actionPerformed is invoked when an action is performed.  
Methods' Details
actionPerformed
[oneway] void
actionPerformed( [in] ActionEvent  rEvent );

Description
is invoked when an action is performed.
Top of Page