:: com :: sun :: star :: form ::

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

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

Methods' Summary
formActivated is invoked when a control of the controller gained the focus and the controller was not previously activated.  
formDeactivated is invoked when a control of the "XFormController" lost the focus and no control of the controller received the focus. In other words, no control of the controller owns the focus.  
Methods' Details
formActivated
void
formActivated( [in] ::com::sun::star::lang::EventObject  rEvent );

Description
is invoked when a control of the controller gained the focus and the controller was not previously activated.
Parameter rEvent
the event happened.
formDeactivated
void
formDeactivated( [in] ::com::sun::star::lang::EventObject  rEvent );

Description
is invoked when a control of the "XFormController" lost the focus and no control of the controller received the focus. In other words, no control of the controller owns the focus.
Parameter rEvent
the event happened.
Top of Page