XModeChangeBroadcaster.idl (d1766043) | XModeChangeBroadcaster.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 --- 38 unchanged lines hidden (view full) --- 47//============================================================================= 48 49/** broadcasts changes in an object's internal mode. 50 51 @see XModeSelector 52 @see XModeChangeListener 53 @see XModeChangeApproveListener 54 | 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 --- 38 unchanged lines hidden (view full) --- 47//============================================================================= 48 49/** broadcasts changes in an object's internal mode. 50 51 @see XModeSelector 52 @see XModeChangeListener 53 @see XModeChangeApproveListener 54 |
55 @since OOo 1.1.2 | 55 @since OpenOffice 1.1.2 |
56*/ 57published interface XModeChangeBroadcaster : com::sun::star::uno::XInterface 58{ 59 /** adds the given listener to the list of components to be notified when the mode 60 changes. 61 */ 62 void addModeChangeListener( [in] XModeChangeListener _rxListener ); 63 --- 30 unchanged lines hidden --- | 56*/ 57published interface XModeChangeBroadcaster : com::sun::star::uno::XInterface 58{ 59 /** adds the given listener to the list of components to be notified when the mode 60 changes. 61 */ 62 void addModeChangeListener( [in] XModeChangeListener _rxListener ); 63 --- 30 unchanged lines hidden --- |