:: com :: sun :: star :: ucb ::
|
interface XDynamicResultSetListener |
- Base Interfaces
XDynamicResultSetListener
┗ ::com::sun::star::lang::XEventListener
::com::sun::star::lang::XEventListener |
- (referenced interface's summary:)
- base interface for all event listeners interfaces.
|
|
- Description
- used to receive notifications from an XDynamicResultSet.
|
Methods' Summary |
notify |
A method used to propagate changes of a result set.
|
Methods' Details |
notify
- Description
- A method used to propagate changes of a result set.
In the first notify-call the listener gets two(!)
::com::sun::star::sdbc::XResultSets and has to hold
them. The ::com::sun::star::sdbc::XResultSets are
implementations of the service ContentResultSet.
The notified new
::com::sun::star::sdbc::XResultSet will stay valid
after returning from this method. The old one will become invalid after
returning.
While in notify-call the listener is allowed to read from old and
new result set, except in the first call, where only the new result set
is valid.
The Listener is allowed to stay (block) this call, until he really
wants to use the new result set. The only situation, where the listener
has to return immediately is while he disposes his broadcaster or while
he is removing himself as listener (otherwise you deadlock)!!!
- Parameter Changes
- the changes to notify.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.