| XDispatch.idl (d1766043) | XDispatch.idl (6d53c851) |
|---|---|
| 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 --- 61 unchanged lines hidden (view full) --- 70 */ 71published interface XDispatch: com::sun::star::uno::XInterface 72{ 73 //------------------------------------------------------------------------- 74 /** dispatches (executes) an URL asynchronously. 75 76 <p> 77 It is only allowed to dispatch URLs for which this <type>XDispatch</type> | 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 --- 61 unchanged lines hidden (view full) --- 70 */ 71published interface XDispatch: com::sun::star::uno::XInterface 72{ 73 //------------------------------------------------------------------------- 74 /** dispatches (executes) an URL asynchronously. 75 76 <p> 77 It is only allowed to dispatch URLs for which this <type>XDispatch</type> |
| 78 was explicitely queried. Additional arguments ("'#..." or "?...") are allowed. | 78 was explicitly queried. Additional arguments ("'#..." or "?...") are allowed. |
| 79 </p> 80 81 @param URL 82 fully parsed URL describing the feature which should be dispatched (=executed) 83 84 @param Arguments 85 optional arguments for this request. 86 They depend on the real implementation of the dipsatch object. --- 25 unchanged lines hidden (view full) --- 112 [in] sequence<com::sun::star::beans::PropertyValue> Arguments); 113 114 //------------------------------------------------------------------------- 115 /** registers a listener of a control for a specific URL 116 at this object to receive status events. 117 118 <p> 119 It is only allowed to register URLs for which this <type>XDispatch</type> | 79 </p> 80 81 @param URL 82 fully parsed URL describing the feature which should be dispatched (=executed) 83 84 @param Arguments 85 optional arguments for this request. 86 They depend on the real implementation of the dipsatch object. --- 25 unchanged lines hidden (view full) --- 112 [in] sequence<com::sun::star::beans::PropertyValue> Arguments); 113 114 //------------------------------------------------------------------------- 115 /** registers a listener of a control for a specific URL 116 at this object to receive status events. 117 118 <p> 119 It is only allowed to register URLs for which this <type>XDispatch</type> |
| 120 was explicitely queried. Additional arguments ("#..." or "?...") will be ignored. | 120 was explicitly queried. Additional arguments ("#..." or "?...") will be ignored. |
| 121 </p> 122 Note: Notifications can't be guaranteed! This will be a part of interface <type>XNotifyingDispatch</type>. 123 124 @param Control 125 listener that wishes to be informed 126 127 @param URL 128 the URL (without additional arguments) the listener wishes to be registered for. --- 32 unchanged lines hidden --- | 121 </p> 122 Note: Notifications can't be guaranteed! This will be a part of interface <type>XNotifyingDispatch</type>. 123 124 @param Control 125 listener that wishes to be informed 126 127 @param URL 128 the URL (without additional arguments) the listener wishes to be registered for. --- 32 unchanged lines hidden --- |