toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-quantcat-common
/
love.forte.simbot.quantcat.common.listener
/
FunctionalEventListener
Functional
Event
Listener
abstract
class
FunctionalEventListener
:
EventListener
(
source
)
基于函数体
KFunction
的监听函数执行器。
Author
ForteScarlet
Inheritors
FunctionalBindableEventListener
Members
Constructors
Functional
Event
Listener
Link copied to clipboard
constructor
(
)
Properties
caller
Link copied to clipboard
protected
abstract
val
caller
:
KFunction
<
*
>
Inherited functions
handle
Link copied to clipboard
abstract
suspend
fun
EventListenerContext
.
handle
(
)
:
EventResult