Uses of Interface
org.openstreetmap.josm.gui.MapView.RepaintListener
-
Packages that use MapView.RepaintListener Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of MapView.RepaintListener in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui with type parameters of type MapView.RepaintListener Modifier and Type Field Description private java.util.concurrent.CopyOnWriteArrayList<MapView.RepaintListener>
MapView. repaintListeners
Methods in org.openstreetmap.josm.gui with parameters of type MapView.RepaintListener Modifier and Type Method Description void
MapView. addRepaintListener(MapView.RepaintListener l)
Adds a listener that gets informed whenever repaint() is called for this class.void
MapView. removeRepaintListener(MapView.RepaintListener l)
Removes a registered repaint listener.
-