EventListener

fun interface EventListener(source)

一个事件 Event 的监听器。也可以称之为事件处理器。 EventListener 是针对一个 Event 进行处理的逻辑单元。

Note: Java 可参考使用 love.forte.simbot.event.JBlockingEventListenerlove.forte.simbot.event.TypedJBlockingEventListenerlove.forte.simbot.event.JAsyncEventListenerlove.forte.simbot.event.TypedJAsyncEventListener 等扩展类型。

Author

ForteScarlet

Functions

Link copied to clipboard
abstract suspend fun EventListenerContext.handle(): EventResult

处理事件,并得到一个处理的响应。

Inherited functions

Link copied to clipboard