Changeset 16143 in josm
- Timestamp:
- 2020-03-15T20:50:51+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/DataSelectionListener.java
r15586 r16143 127 127 * Create a {@link SelectionReplaceEvent} 128 128 * @param source The source dataset 129 * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed. 129 * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified. 130 130 * @param newSelection The primitives of the new selection. 131 131 */ … … 177 177 * Create a {@link SelectionAddEvent} 178 178 * @param source The source dataset 179 * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed. 179 * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified. 180 180 * @param toAdd The primitives to add. 181 181 */ … … 226 226 * Create a {@link SelectionRemoveEvent} 227 227 * @param source The source dataset 228 * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed. 228 * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified. 229 229 * @param toRemove The primitives to remove. 230 230 */ … … 277 277 * Create a {@link SelectionToggleEvent} 278 278 * @param source The source dataset 279 * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed. 279 * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified. 280 280 * @param toToggle The primitives to toggle. 281 281 */
Note:
See TracChangeset
for help on using the changeset viewer.