Uses of Interface
de.adom.jade.world.maps.MapListener

Packages that use MapListener
de.adom.jade.ui   
de.adom.jade.world.maps   
 

Uses of MapListener in de.adom.jade.ui
 

Classes in de.adom.jade.ui that implement MapListener
 class MapView
          Memorizes which parts of the map are currently visibly and which are not.
 

Uses of MapListener in de.adom.jade.world.maps
 

Methods in de.adom.jade.world.maps with parameters of type MapListener
 void Map.addMapListener(MapListener listener)
          Adds a new map listener to this map.
 void Map.removeMapListener(MapListener listener)
          Removes a given map listener from this list.