source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/relation/IMemberModelListener.java@ 2512

Last change on this file since 2512 was 2512, checked in by stoecker, 14 years ago

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File size: 183 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2package org.openstreetmap.josm.gui.dialogs.relation;
3
4public interface IMemberModelListener {
5 void makeMemberVisible(int index);
6}
Note: See TracBrowser for help on using the repository browser.