| examples.cityguide.MapListener
All known Subclasses: examples.cityguide.MapCanvas,
MapListener | public interface MapListener (Code) | | An interface which allows receiving notifications from a CityMap instance.
version: 1.3 |
landmarkStateChanged | void landmarkStateChanged(CityMap sender, MapLandmark mapLandmark)(Code) | | Called when the state of a landmark changes.
|
landmarksChanged | void landmarksChanged(CityMap sender)(Code) | | Called when the whole set of map landmarks changes.
|
visitorPositionChanged | void visitorPositionChanged(CityMap sender)(Code) | | Called when the position of the map visitor changes.
|
visitorStateChanged | void visitorStateChanged(CityMap sender)(Code) | | Called when the state of the map visitor changes.
|
|
|