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

Last change on this file since 8283 was 6380, checked in by Don-vip, 11 years ago

update license/copyright information

  • Property svn:eol-style set to native
File size: 215 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 public void historyChanged(List<String> history);
8}
Note: See TracBrowser for help on using the repository browser.