|
Syntax
- void executeAsync
(
- sequence< com::sun::star::beans::NamedValue > lArgs,
- com::sun::star::task::XJobListener xListener )
- raises ( com::sun::star::lang::IllegalArgumentException );
Description
executes the job asynchronously
Parameter lArgs
-
are arguments for executing the job. Their semantics is completely implementation dependent. Usually,
a concrete implementation of a job specifies in its service descriptions which parameters are allowed
(or expected).
Parameter xListener
-
specifies a listener which should be notified on events. May be NULL
.
|