|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectMapPaneAdapter
public class MapPaneAdapter
An adapter class that implements all of the methods defined by
MapPaneListener
as empty methods, allowing sub-classes
to just override the methods they need.
Constructor Summary | |
---|---|
MapPaneAdapter()
|
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. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapPaneAdapter()
Method Detail |
---|
public void onNewMapContent(MapPaneEvent ev)
MapContent
instance has been set for
the map pane.
onNewMapContent
in interface MapPaneListener
ev
- the eventpublic void onDisplayAreaChanged(MapPaneEvent ev)
onDisplayAreaChanged
in interface MapPaneListener
ev
- the eventpublic void onRenderingStarted(MapPaneEvent ev)
onRenderingStarted
in interface MapPaneListener
ev
- the eventpublic void onRenderingStopped(MapPaneEvent ev)
onRenderingStopped
in interface MapPaneListener
ev
- the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |