simple-robot
3.0.0-RC.2
simbot-api
/
love.forte.simbot.event
/
BlockingEventListenerFunction
Blocking
Event
Listener
Function
@
Api4J
fun
interface
BlockingEventListenerFunction
:
EventListenerFunction
阻塞实现的
EventListenerFunction
, 更适合 Java开发者进行实现。
Functions
See also
Inheritors
See also
Blocking
Event
Listener
Functions
invoke
Link copied to clipboard
open
suspend operator override
fun
invoke
(
context
:
EventListenerProcessingContext
)
:
EventResult
执行监听处理流程。
invoke
Blocking
Link copied to clipboard
@
Api4J
abstract
fun
invokeBlocking
(
context
:
EventListenerProcessingContext
)
:
EventResult
Inheritors
BlockingEventListener
Link copied to clipboard