UpdateEvent

interface UpdateEvent

Represents the update event of popup.

Inheritors

Properties

Link copied to clipboard
Empty event.

Functions

Link copied to clipboard
@NotNull
abstract fun getKey(): @NotNull Any
Returns the key.
Link copied to clipboard
@NotNull
abstract fun getType(): @NotNull UpdateReason
Returns update reason of event.
Link copied to clipboard
@NotNull
open fun source(): @NotNull UpdateEvent
Gets a source of this event.