de.adom.jade.world.maps
Interface MapListener

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MapView

public interface MapListener
extends java.io.Serializable

Implemented by all classes interested in the changes of the current map.


Method Summary
 void mapUpdated(int x, int y)
          Notifies the listener of an update.
 

Method Detail

mapUpdated

void mapUpdated(int x,
                int y)
Notifies the listener of an update.

Parameters:
x - the x coordinate of the updated position
y - the y coordinate of the updated position