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
 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.
 

Method Detail

onNewMapContent

void onNewMapContent(MapPaneEvent ev)
Called when a new MapContent instance has been set for the map pane.

Parameters:
ev - the event

onDisplayAreaChanged

void onDisplayAreaChanged(MapPaneEvent ev)
Called the display area (world bounds) has changed.

Parameters:
ev - the event

onRenderingStarted

void onRenderingStarted(MapPaneEvent ev)
Called when a rendering task has started.

Parameters:
ev - the event

onRenderingStopped

void onRenderingStopped(MapPaneEvent ev)
Called when a rendering task has stopped. This includes normal completion, cancellation or failure.

Parameters:
ev - the event


Copyright © 1996-2014 Geotools. All Rights Reserved.