MessageBase

Constructors

Link copied to clipboard
constructor(sender: S)

Functions

Link copied to clipboard
fun stop()

Stops the event from propagation

Properties

Link copied to clipboard
open override val isStopped: Boolean

Property indicating if the propagation of the message was stopped

Link copied to clipboard
open override val sender: S