CancellableEvent

An event that can be cancelled

Extended by

Methods

cancel()

cancel(): void

Cancels the event.

Returns

void


isCancelled()

isCancelled(): boolean

Returns

boolean

If the event is cancelled or not.

Last updated