LibreOffice
LibreOffice 24.8 SDK API Reference
|
Represent an asynchronous job, which can be executed by the global theJobExecutor instance. More...
import <AsyncJob.idl;
Exported Interfaces | |
interface | com::sun::star::task::XAsyncJob |
used to initialize and execute this job. | |
interface | com::sun::star::util::XCloseable |
should be supported to handle environment termination gracefully. | |
Additional Inherited Members | |
![]() | |
void | executeAsync ([in] sequence< com::sun::star::beans::NamedValue > Arguments, [in] XJobListener Listener) raises ( com::sun::star::lang::IllegalArgumentException ) |
executes the job asynchronously | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
![]() | |
void | close ([in] boolean DeliverOwnership) raises ( CloseVetoException ) |
try to close the object | |
![]() | |
void | addCloseListener ([in] XCloseListener Listener) |
adds the specified listener to receive or have a veto for "close" events | |
void | removeCloseListener ([in] XCloseListener Listener) |
removes the specified listener | |
Represent an asynchronous job, which can be executed by the global theJobExecutor instance.
interface com::sun::star::task::XAsyncJob |
used to initialize and execute this job.
|
optional |
should be supported to handle environment termination gracefully.