source: osm/applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelationListener.java@ 30841

Last change on this file since 30841 was 30841, checked in by bastik, 10 years ago

applied #josm10682 - Added features to sorting route relation of public_transport version 2 scheme (patch by freeExec)

  • Property svn:eol-style set to native
File size: 288 bytes
Line 
1package relcontext;
2
3import org.openstreetmap.josm.data.osm.Relation;
4
5/**
6 * Listener for {@link RelContextDialog}'s chosen relation field.
7 *
8 * @author Zverik
9 */
10public interface ChosenRelationListener {
11 void chosenRelationChanged( Relation oldRelation, Relation newRelation );
12}
Note: See TracBrowser for help on using the repository browser.