simple-robot
3.0.0-RC.2
simbot-api
/
love.forte.simbot.event
/
EventInterceptor
/
Context
Context
interface
Context
<
R
>
:
Interceptor.Context
<
R
>
事件拦截器所拦截的目标内容。
Functions
Properties
Inheritors
Functions
proceed
Link copied to clipboard
abstract
suspend
fun
proceed
(
)
:
R
继续进行后续流程。
proceed
Blocking
Link copied to clipboard
@
Api4J
open
fun
proceedBlocking
(
)
:
R
阻塞的执行
proceed
。
Properties
event
Context
Link copied to clipboard
abstract
val
eventContext
:
EventProcessingContext
事件处理流程的context。
Inheritors
Context
Link copied to clipboard
Context
Link copied to clipboard