22 package com.realtime.crossfire.jxclient.map;
24 import java.util.EventListener;
26 import org.jetbrains.annotations.NotNull;
40 void mapChanged(@NotNull
CfMap map, @NotNull Set<CfMapSquare> changedSquares);
Represents a map (as seen by the client).
void mapChanged(@NotNull CfMap map, @NotNull Set< CfMapSquare > changedSquares)
The map has changed.
Interface for listeners interested in changes within CfMap instances.