:: com :: sun :: star :: frame ::

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
frameAction is called whenever any action occurs to a component within a frame.  
Methods' Details
frameAction
void
frameAction( [in] FrameActionEvent  Action );

Description
is called whenever any action occurs to a component within a frame.
Parameter Action
describes the detected frame action for which the listener can react
Top of Page