public interface TileListener
| Modifier and Type | Method and Description |
|---|---|
void |
tileChanged(TileProvider source,
int x,
int y)
Invoked when the contents of a tile have changed and the tile should be
retrieved again.
|
void |
tilesChanged(TileProvider source,
Set<Point> tiles)
Invoked when the contents of one or more tiles have changed and the
tile(s) should be retrieved again.
|
void tileChanged(TileProvider source, int x, int y)
source - The tile provider from which the changed tile should be
retrieved.x - The X coordinate (in tiles) of the changed tile.y - The Y coordinate (in tiles) of the changed tile.void tilesChanged(TileProvider source, Set<Point> tiles)
source - The tile provider from which the changed tile(s) should be
retrieved.tiles - The set of coordinates of the changed tile(s).Copyright © 2011–2025 pepsoft.org. All rights reserved.