XModeChangeApproveListener.idl (d1766043) XModeChangeApproveListener.idl (34c958ab)
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

--- 32 unchanged lines hidden (view full) ---

41module com { module sun { module star { module util {
42
43//=============================================================================
44
45/** allows to veto changes in an object's internal mode.
46
47 @see XModeChangeBroadcaster
48
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

--- 32 unchanged lines hidden (view full) ---

41module com { module sun { module star { module util {
42
43//=============================================================================
44
45/** allows to veto changes in an object's internal mode.
46
47 @see XModeChangeBroadcaster
48
49 @since OOo 1.1.2
49 @since OpenOffice 1.1.2
50*/
51published interface XModeChangeApproveListener : com::sun::star::lang::XEventListener
52{
53 /** indicates that the mode of the broadcasting component is about to change.
54
55 <p>The <member>ModeChangeEvent::NewMode</member> indicates the new mode which
56 is to be set on the component</p>
57

--- 13 unchanged lines hidden ---
50*/
51published interface XModeChangeApproveListener : com::sun::star::lang::XEventListener
52{
53 /** indicates that the mode of the broadcasting component is about to change.
54
55 <p>The <member>ModeChangeEvent::NewMode</member> indicates the new mode which
56 is to be set on the component</p>
57

--- 13 unchanged lines hidden ---