Events
Functions
Link copied to clipboard
Raises the event specified by definition with the value and calls all handlers.
Link copied to clipboard
fun <T> subscribe(definition: EventDefinition<T>, handler: EventHandler<T>): DisposableHandle
Content copied to clipboard
Subscribe handler to an event specified by definition
Link copied to clipboard
fun <T> unsubscribe(definition: EventDefinition<T>, handler: EventHandler<T>)
Content copied to clipboard
Unsubscribe handler from an event specified by definition