PopupUpdateEvent

A handled updated event by Popup

Parameters

source

source

iterator

popup iterator

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Empty event.

Functions

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