public interface TileListener
| Modifier and Type | Method and Description |
|---|---|
void |
endReading()
The last tile is received
|
boolean |
isReading()
Returns true if the endReading wasn't be called yet
|
void |
tileReady(Tile loadedTile)
A new tile is received
|
void tileReady(Tile loadedTile) throws TileGettingException
loadedTile - TileGettingExceptionvoid endReading()
boolean isReading()