Package org.geotools.swing.event
Interface MapPaneListener
- All Known Implementing Classes:
MapPaneAdapter
public interface MapPaneListener
Listens to events published by the MapPane.
- Since:
- 2.6
- Author:
- Michael Bedward
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called the display area (world bounds) has changed.void
Called when a newMapContent
instance has been set for the map pane.void
Called when a rendering task has started.void
Called when a rendering task has stopped.
-
Method Details
-
onNewMapContent
Called when a newMapContent
instance has been set for the map pane.- Parameters:
ev
- the event
-
onDisplayAreaChanged
Called the display area (world bounds) has changed.- Parameters:
ev
- the event
-
onRenderingStarted
Called when a rendering task has started.- Parameters:
ev
- the event
-
onRenderingStopped
Called when a rendering task has stopped. This includes normal completion, cancellation or failure.- Parameters:
ev
- the event
-