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

struct FrameActionEvent
Base Hierarchy
::com::sun::star::lang::EventObject
 |
 +-FrameActionEvent
Description
this event struct is broadcast for actions which can happen to components within frames
See also
::com::sun::star::frame::XFrameActionListener

Elements' Summary
Frame contains the frame in which the event occured  
Action specifies the concrete event  
Elements' Details
Frame
::com::sun::star::frame::XFrame Frame;
Description
contains the frame in which the event occured
Action
::com::sun::star::frame::FrameAction Action;
Description
specifies the concrete event
Top of Page