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 TypeMethodDescriptionvoidCalled the display area (world bounds) has changed.voidCalled when a newMapContentinstance has been set for the map pane.voidCalled when a rendering task has started.voidCalled when a rendering task has stopped.
-
Method Details
-
onNewMapContent
Called when a newMapContentinstance 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
-