:: com :: sun :: star :: form ::
|
deprecated |
interface XPositioningListener |
|
|
- Base Interfaces
XPositioningListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Usage Restrictions
- deprecated
- Description
- allows to receive notifications about cursor movements into a database form.
Please do not use anymore, this interface is deprecated, and
superseeded by functionality from the ::com::sun::star::form::component::DataForm
service, as well as the ::com::sun::star::sdbc::XRowSetListener.
|
Methods' Summary |
positioned |
is invoked when the database form has been positioned on a data record.
|
Methods' Details |
positioned
[oneway] void |
positioned( |
[in] ::com::sun::star::lang::EventObject |
aEvent ); |
- Description
- is invoked when the database form has been positioned on a data record.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.