MessageBase

abstract class MessageBase<S>(val sender: S) : Message<S>

Base impl for Message.

Constructors

Link copied to clipboard
fun <S> MessageBase(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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard