Package | Description |
---|---|
org.openstreetmap.josm.gui |
Modifier and Type | Field and Description |
---|---|
private CopyOnWriteArrayList<MapView.RepaintListener> |
MapView.repaintListeners |
Modifier and Type | Method and 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.
|