// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.gui.dialogs.relation; @FunctionalInterface public interface IMemberModelListener { void makeMemberVisible(int index); }