BooleanStatusChangedEvent

abstract class BooleanStatusChangedEvent(var newValue: Boolean) : Event, Cancellable(source)

Inheritors

Constructors

Link copied to clipboard
constructor(newValue: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun callEvent(): Boolean
Link copied to clipboard
@NotNull
open fun getEventName(): @NotNull String
Link copied to clipboard
@NotNull
abstract fun getHandlers(): @NotNull HandlerList
Link copied to clipboard
Link copied to clipboard
open override fun isCancelled(): Boolean
Link copied to clipboard
open override fun setCancelled(cancel: Boolean)