HandleAfterCreating

Marker interface to indicate a KalugaState should execute an action after creating a new state to transition to.

Parameters

NewState

the type of KalugaState created

Functions

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

Called while transitioning to a new state after the new state is created