Crossfire JXClient, Trunk
Public Member Functions | List of all members
com.realtime.crossfire.jxclient.map.MapListener Interface Reference
Inheritance diagram for com.realtime.crossfire.jxclient.map.MapListener:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.map.MapListener:
Collaboration graph

Public Member Functions

void mapChanged (@NotNull CfMap map, @NotNull Set< CfMapSquare > changedSquares)
 

Detailed Description

Interface for listeners interested in changes within CfMap instances.

Author
Lauwenmark

Definition at line 34 of file MapListener.java.

Member Function Documentation

◆ mapChanged()

void com.realtime.crossfire.jxclient.map.MapListener.mapChanged ( @NotNull CfMap  map,
@NotNull Set< CfMapSquare changedSquares 
)

The map has changed.

Parameters
mapthe changed map
changedSquaresthe changed map squares

The documentation for this interface was generated from the following file: