TileRenderer.LoadActionListener

Added in 1.0.0
Deprecated in 1.2.0

interface TileRenderer.LoadActionListener


Listener for clicks on Clickable objects that have an Action to (re)load the contents of a tile.

Summary

Public functions

Unit

Called when a Clickable that has a LoadAction is clicked.

Public functions

onClick

Added in 1.0.0
Deprecated in 1.2.0
fun onClick(nextState: StateBuilders.State): Unit

Called when a Clickable that has a LoadAction is clicked.

Parameters
nextState: StateBuilders.State

The state that the next tile should be in.