opens

open fun opens(init: Event.() -> Unit): Listener<Event, T>

occurs when a connection with the event source is opened

Return

a Listener that emits Events on its Flow

Parameters

init

expression to manipulate the event dispatching like calling stopPropagation or similar DOM-API.


open val opens: Listener<Event, T>

occurs when a connection with the event source is opened