public interface MapPaneListener
Modifier and Type | Method and Description |
---|---|
void |
onDisplayAreaChanged(MapPaneEvent ev)
Called the display area (world bounds) has changed.
|
void |
onNewMapContent(MapPaneEvent ev)
Called when a new
MapContent instance has been set for the map pane. |
void |
onRenderingStarted(MapPaneEvent ev)
Called when a rendering task has started.
|
void |
onRenderingStopped(MapPaneEvent ev)
Called when a rendering task has stopped.
|
void onNewMapContent(MapPaneEvent ev)
MapContent
instance has been set for the map pane.ev
- the eventvoid onDisplayAreaChanged(MapPaneEvent ev)
ev
- the eventvoid onRenderingStarted(MapPaneEvent ev)
ev
- the eventvoid onRenderingStopped(MapPaneEvent ev)
ev
- the eventCopyright © 1996–2023 Geotools. All rights reserved.