ExperienceExecuteListener

fun fun interface ExperienceExecuteListener : EventTypeListener<ExperienceExecute>

Functions

canProcess
Link copied to clipboard
open override fun canProcess(event: Event<EventType>): Boolean
Asks is this event type supported by listener
onExecuted
Link copied to clipboard
abstract fun onExecuted(event: Event<ExperienceExecute>)
Processes event