LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
AsyncJob Service Referencepublished

Represent an asynchronous job, which can be executed by the global theJobExecutor instance. More...

import "AsyncJob.idl";

Inheritance diagram for AsyncJob:
XAsyncJob XCloseable XInterface XCloseBroadcaster XInterface

Exported Interfaces

interface com::sun::star::task::XAsyncJob
 used to initialize and execute this job. More...
 
interface com::sun::star::util::XCloseable
 should be supported to handle environment termination gracefully. More...
 

Additional Inherited Members

- Public Member Functions inherited from XAsyncJob
void executeAsync ([in] sequence< com::sun::star::beans::NamedValue > Arguments,[in] XJobListener Listener) raises ( com::sun::star::lang::IllegalArgumentException )
 executes the job asynchronously More...
 
- Protected Member Functions inherited from XCloseable
void close ([in] boolean DeliverOwnership) raises ( CloseVetoException )
 try to close the object More...
 

Detailed Description

Represent an asynchronous job, which can be executed by the global theJobExecutor instance.

See Also
Job
Since
OOo 1.1.2
Developers Guide
WritingUNO - Jobs - Implementation

Exported Interfaces

used to initialize and execute this job.

should be supported to handle environment termination gracefully.


The documentation for this service was generated from the following file: