HandleAfterNewStateIsSet

Marker interface to indicate a KalugaState should execute an action after it has been transitioned into a new state.

Parameters

NewState

the type of KalugaState transitioned to.

Functions

Link copied to clipboard
abstract suspend fun afterNewStateIsSet(newState: NewState)

Called while transitioning to a new state after the new state is set.