source: josm/trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetListener.java@ 7100

Last change on this file since 7100 was 7100, checked in by Don-vip, 10 years ago

refactor tagging presets to allow presets-dependent unit tests to update them correctly at runtime

File size: 338 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.tagging;
3
4/**
5 * Notification of tagging presets events.
6 * @since 7100
7 */
8public interface TaggingPresetListener {
9
10 /**
11 * Called after list of tagging presets has been modified.
12 */
13 public void taggingPresetsModified();
14}
Note: See TracBrowser for help on using the repository browser.