Closed adam-arold closed 4 years ago
What we need is the ability to add a beforeRender and an afterRender callback to the Application class. This is necessary to enable users to have a thread-safe way of modifying a TileGrid or a Screen between renders.
beforeRender
afterRender
Application
TileGrid
Screen
What we need is the ability to add a
beforeRender
and anafterRender
callback to theApplication
class. This is necessary to enable users to have a thread-safe way of modifying aTileGrid
or aScreen
between renders.