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

interface XActionListener
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-::com::sun::star::lang::XEventListener
    |
    +-XActionListener
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