(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Description
allows to be notified when the activation status of a FormController changes.

A form controller is activated if a form control gains the focus and none of its controls currently owned the focus before.

See also
XFormController

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
[oneway] 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 happend.
formDeactivated
[oneway] 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 happend.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.