Interface TileStateChangedListener


  • public interface TileStateChangedListener
    A listener for tile state change events.

    See net.refractions.uidg.project.render.Tile. Taken from uDig.

    Since:
    12.0
    Author:
    Emily Gouge (Refractions Research)
    • Method Detail

      • screenStateChanged

        void screenStateChanged​(Tile tile)
        Called when the screen state of a tile has changed.
      • renderStateChanged

        void renderStateChanged​(Tile tile)
        Called when the render state of a tile has changed.
      • contextStateChanged

        void contextStateChanged​(Tile tile)
        Called when the context state of a tile has changed.
      • validationStateChanged

        void validationStateChanged​(Tile tile)
        Called when the validation state of a tile has changed.