|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapPaneListener
Listens to events published by the MapPane.
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 |
---|
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 event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |