1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
11 module com
{ module sun
{ module star
{ module task
{
14 Generic job execution singleton
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.
24 Prior to LibreOffice 4.3, this singleton was only available as a
25 (single-instance) JobExecutor service.
30 @since LibreOffice 4.3
32 published singleton theJobExecutor
: XJobExecutor
;
36 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */