public interface TileStateChangedListener
See net.refractions.uidg.project.render.Tile. Taken from uDig.
Modifier and Type | Method and Description |
---|---|
void |
contextStateChanged(Tile tile)
Called when the context state of a tile has changed.
|
void |
renderStateChanged(Tile tile)
Called when the render state of a tile has changed.
|
void |
screenStateChanged(Tile tile)
Called when the screen state of a tile has changed.
|
void |
validationStateChanged(Tile tile)
Called when the validation state of a tile has changed.
|
void screenStateChanged(Tile tile)
void renderStateChanged(Tile tile)
void contextStateChanged(Tile tile)
void validationStateChanged(Tile tile)
Copyright © 1996–2021 Geotools. All rights reserved.