com :: sun :: star :: frame :: interface XSynchronousFrameLoader
- Base Interface
- com::sun::star::uno::XInterface
- Description
- loads a resource into a Frame .
Unlike the XFrameLoader interface, this loading will be synchronous.
Methods' Summary
|
load |
starts the loading of the specified resource into the specified Frame .
|
cancel |
cancels the loading process.
|
Methods' Details
|
- load
-  
- boolean
load(
-
- Description
- starts the loading of the specified resource into the specified Frame .
Use a MediaDescriptor to describe the document for loading.
true is returned if loading is successful, otherwise false .
|
- cancel
-  
void
cancel();
- Description
- cancels the loading process.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.