EventResult

interface EventResult(source)

一个事件(处理)结果。

通过 EventListener.handle 响应得到,用于表示此次事件处理的结果内容。

Standard Event Result

StandardEventResult 定义了一些特殊的、具有含义的类型实现。 它们可能会被特殊处理或用作一些逻辑判断。

Author

ForteScarlet

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val content: Any?

此事件处理的结果体。可以是任何内容,或者是一个空。

Link copied to clipboard
abstract val isTruncated: Boolean

是否阻止下一个事件处理逻辑的执行。

Inherited properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Collects the event result. This method is suspending and can be used in a coroutine.