XRestartManager.idl (d1766043) | XRestartManager.idl (96af39f7) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 29 unchanged lines hidden (view full) --- 38 39//============================================================================ 40 41module com { module sun { module star { module task { 42 43//============================================================================= 44/** allows to try to restart the office. 45 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 29 unchanged lines hidden (view full) --- 38 39//============================================================================ 40 41module com { module sun { module star { module task { 42 43//============================================================================= 44/** allows to try to restart the office. 45 |
46 @since OOo 3.3 | 46 @since OpenOffice 3.3 |
47*/ 48published interface XRestartManager : com::sun::star::uno::XInterface 49{ 50 //------------------------------------------------------------------------ 51 /** let the office restart asynchronously 52 @param xInteractionHandler 53 the <type scope="com::sun::star::task">InteractionHandler</type> 54 service implementation, that is used in case a problem is detected --- 41 unchanged lines hidden --- | 47*/ 48published interface XRestartManager : com::sun::star::uno::XInterface 49{ 50 //------------------------------------------------------------------------ 51 /** let the office restart asynchronously 52 @param xInteractionHandler 53 the <type scope="com::sun::star::task">InteractionHandler</type> 54 service implementation, that is used in case a problem is detected --- 41 unchanged lines hidden --- |