source: josm/trunk/src/org/openstreetmap/josm/gui/widgets/HistoryChangedListener.java@ 9134

Last change on this file since 9134 was 8512, checked in by Don-vip, 9 years ago

checkstyle: redundant modifiers

  • Property svn:eol-style set to native
File size: 208 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.widgets;
3
4import java.util.List;
5
6public interface HistoryChangedListener {
7 void historyChanged(List<String> history);
8}
Note: See TracBrowser for help on using the repository browser.