|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MapListener
An interface which allows receiving notifications from a CityMap instance.
Method Summary | |
---|---|
void |
landmarksChanged(CityMap sender)
Called when the whole set of map landmarks changes. |
void |
landmarkStateChanged(CityMap sender,
MapLandmark mapLandmark)
Called when the state of a landmark changes. |
void |
visitorPositionChanged(CityMap sender)
Called when the position of the map visitor changes. |
void |
visitorStateChanged(CityMap sender)
Called when the state of the map visitor changes. |
Method Detail |
---|
void visitorPositionChanged(CityMap sender)
void visitorStateChanged(CityMap sender)
void landmarkStateChanged(CityMap sender, MapLandmark mapLandmark)
void landmarksChanged(CityMap sender)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |