toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-api
/
love.forte.simbot.event
/
EventListenerFunction
Event
Listener
Function
fun
interface
EventListenerFunction
:
SuspendFunction1
<
EventListenerProcessingContext
,
EventResult
>
(
source
)
一个监听函数。其代表对于一个
监听器上下文
的处理逻辑。
See also
Event
Listener
Blocking
Event
Listener
Function
Inheritors
BlockingEventListenerFunction
EventListener
Members
Functions
invoke
Link copied to clipboard
abstract
suspend operator override
fun
invoke
(
context
:
EventListenerProcessingContext
)
:
EventResult
执行监听处理流程。