com :: sun :: star :: form :: interface XFormControllerListener
- Base Interface
- com::sun::star::lang::XEventListener
- Description
- makes it possible to receive "formActivated" and
"formDeactivated" events posted by a form controller.
A form controller is activated if a form control gains the
focus and none of its controls currently owns the focus.
- 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 any control of the controller received the focus. In other
words, no control of the controller owns the focus.
|
Methods' Details
|
- formActivated
-  
- [ oneway ] void
formActivated(
-
- Description
- is invoked when a control of the controller gained the focus and
the controller was not previously activated.
- Parameter rEvent
-
the event happend.
- See also
- XFormController
|
- formDeactivated
-  
- [ oneway ] void
formDeactivated(
-
- Description
- is invoked when a control of the "XFormController" lost the focus
and any control of the controller received the focus. In other
words, no control of the controller owns the focus.
- Parameter rEvent
-
the event happend.
- See also
- XFormController
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.