com.realtime.crossfire.jxclient.mapupdater
Interface MapScrollListener


public interface MapScrollListener

Since:
1.0

Method Summary
 void mapScrolled(int dx, int dy)
          The map contents have scrolled.
 

Method Detail

mapScrolled

void mapScrolled(int dx,
                 int dy)
The map contents have scrolled.

Parameters:
dx - the x-distance
dy - the y-distance