tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / offapi / com / sun / star / task / theJobExecutor.idl
blob380e53ec2f5312e95f97e72c36e758f704e5373a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
11 module com { module sun { module star { module task {
13 /**
14 Generic job execution singleton
16 <p>
17 Can start registered uno services on triggered events and handle there
18 own configuration and there lifetime. Such events are simple strings
19 which meaning doesn't matter for any real service implementation of this
20 specification. But triggered events must be available inside the
21 configuration and some Jobs or AsyncJobs must be registered for that.
22 </p>
24 Prior to LibreOffice 4.3, this singleton was only available as a
25 (single-instance) JobExecutor service.
27 @see Job
28 @see AsyncJob
30 @since LibreOffice 4.3
32 published singleton theJobExecutor : XJobExecutor;
34 }; }; }; };
36 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */