com.realtime.crossfire.jxclient.mapupdater
Interface MapListener


public interface MapListener

Since:
1.0

Method Summary
 void mapChanged(CfMap map, java.util.Set<CfMapSquare> changedSquares)
          The map has changed.
 

Method Detail

mapChanged

void mapChanged(@NotNull
                CfMap map,
                @NotNull
                java.util.Set<CfMapSquare> changedSquares)
The map has changed.

Parameters:
map - the changed map
changedSquares - the changed map squares