Uses of Interface
org.openstreetmap.josm.plugins.streetside.actions.WalkListener
-
Packages that use WalkListener Package Description org.openstreetmap.josm.plugins.streetside.actions The main package in which all core-code (so at the moment all code) resides.org.openstreetmap.josm.plugins.streetside.gui The GUI components that are special to the mapillary plugin. -
-
Uses of WalkListener in org.openstreetmap.josm.plugins.streetside.actions
Fields in org.openstreetmap.josm.plugins.streetside.actions with type parameters of type WalkListener Modifier and Type Field Description private java.util.List<WalkListener>StreetsideWalkAction. listenersMethods in org.openstreetmap.josm.plugins.streetside.actions with parameters of type WalkListener Modifier and Type Method Description voidStreetsideWalkAction. addListener(WalkListener lis)Adds a listener.voidStreetsideWalkAction. removeListener(WalkListener lis)Removes a listener. -
Uses of WalkListener in org.openstreetmap.josm.plugins.streetside.gui
Classes in org.openstreetmap.josm.plugins.streetside.gui that implement WalkListener Modifier and Type Class Description private static classStreetsideMainDialog.PauseActionprivate static classStreetsideMainDialog.PlayActionprivate static classStreetsideMainDialog.StopAction
-