CancellableEvent

abstract class CancellableEvent : Event(source)

An event that can be cancelled

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Flag indicating whether this event has been cancelled or not

Functions

Link copied to clipboard
open override fun fire()

Trigger this event by invoking the EventManager with this instance