simple-robot
3.0.0-RC.2
simbot-api
/
love.forte.simbot.event
/
EventListenerFunction
Event
Listener
Function
fun
interface
EventListenerFunction
:
SuspendFunction1
<
EventListenerProcessingContext
,
EventResult
>
一个监听函数。其代表对于一个
监听器上下文
的处理逻辑。
Functions
See also
Inheritors
See also
Event
Listener
Blocking
Event
Listener
Function
Functions
invoke
Link copied to clipboard
abstract
suspend operator override
fun
invoke
(
context
:
EventListenerProcessingContext
)
:
EventResult
执行监听处理流程。
Inheritors
BlockingEventListenerFunction
Link copied to clipboard
EventListener
Link copied to clipboard