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

Last change on this file since 8444 was 7937, checked in by bastiK, 9 years ago

add subversion property svn:eol=native

  • Property svn:eol-style set to native
File size: 324 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.