Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: frame ::
interface XFrameLoader
Description
load components into a frame
It's an asynchronous loading. For synchronous processes use XSynchronousFrameLoader
instead of this one. The generic load algorithm of the office supports both ones - but prefered
the synchronous interface.
See also
XFrame
Methods' Summary
load
starts the loading of the specified resource into the specified Frame .
cancel
cancels the loading process.
Methods' Details
load
Description
starts the loading of the specified resource into the specified Frame .
Parameter Frame
specifies the loading target
Parameter URL
describes the ressource of loading component
Support of special protocols are implementation details
and depends from the environment.
Parameter Arguments
optional arguments for loading
(see ::com::sun::star::document ::MediaDescriptor for further informations)
Parameter Listener
this listener will be informed about success
See also
XLoadEventListener
cancel
Description
cancels the loading process.
After returning from this call, neither the frame nor the
load-event-listener specified in XFrameLoader ::load() may be called back.
Because only the owner of this process who called load method
before can cancel this process. And he doesn't need any notification about that.
On the other hand - nobody then this owner himself can be registered as an
XLoadEventListener here.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.