KFunctionEventListener

Constructors

Link copied to clipboard
constructor(instance: Any?, caller: KFunction<*>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val attributes: AttributeMap

Inherited properties

Link copied to clipboard
protected abstract val binders: Array<ParameterBinder>
Link copied to clipboard
override val caller: KFunction<*>

Inherited functions

Link copied to clipboard
protected open fun convertValue(value: Any?, parameter: KParameter): Any?
Link copied to clipboard
open suspend override fun EventListenerContext.handle(): EventResult
Link copied to clipboard
protected abstract suspend fun match(context: EventListenerContext): Boolean
Link copied to clipboard
protected open fun resultProcess(result: Any?): EventResult