(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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
[oneway] void
load( [in] XFrame  Frame,
[in] string  URL,
[in] sequence< ::com::sun::star::beans::PropertyValue >  Arguments,
[in] XLoadEventListener  Listener );

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
[oneway] void
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

Apache Feather

Copyright & License | Privacy | Contact Us

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.

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.