onStateTransition

abstract fun onStateTransition(source: State, destination: State, index: Long)

Invoked after every transition from source to destination (the index-th transition overall).