// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.plugins.tageditor.ac; public interface IAutoCompletionListListener { void autoCompletionItemSelected(String item); }