XBroadcaster.idl (d1766043) | XBroadcaster.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 --- 21 unchanged lines hidden (view full) --- 30//============================================================================= 31 32module com { module sun { module star { module util { 33 34//============================================================================= 35 36/** allows to control notification behaviour of a broadcaster. 37 | 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 --- 21 unchanged lines hidden (view full) --- 30//============================================================================= 31 32module com { module sun { module star { module util { 33 34//============================================================================= 35 36/** allows to control notification behaviour of a broadcaster. 37 |
38 @since OOo 3.0 | 38 @since OpenOffice 3.0 |
39 */ 40interface XBroadcaster: com::sun::star::uno::XInterface 41{ 42 /** suspends broadcasts to the registered listeners. 43 44 <p> 45 The calls to <member>XBroadcaster::lockBroadcast()</member> and 46 <member>XBroadcaster::unlockBroadcasts()</member> may be --- 34 unchanged lines hidden --- | 39 */ 40interface XBroadcaster: com::sun::star::uno::XInterface 41{ 42 /** suspends broadcasts to the registered listeners. 43 44 <p> 45 The calls to <member>XBroadcaster::lockBroadcast()</member> and 46 <member>XBroadcaster::unlockBroadcasts()</member> may be --- 34 unchanged lines hidden --- |