Component Event Source
interface ComponentEventSource
Content copied to clipboard
An ComponentEventSource is an object which emits ComponentEvents and can be used to listen to those events. Note that ComponentEvents don't support UIEventPhases.
Functions
handleComponentEvents
Link copied to clipboard
abstract fun handleComponentEvents(eventType: ComponentEventType, handler: (event: ComponentEvent) -> UIEventResponse): Subscription
Content copied to clipboard
processComponentEvents
Link copied to clipboard
abstract fun processComponentEvents(eventType: ComponentEventType, handler: (event: ComponentEvent) -> Unit): Subscription
Content copied to clipboard
Inheritors
Component
Link copied to clipboard
DefaultComponent
Link copied to clipboard
DefaultUIEventProcessor
Link copied to clipboard
Sources
(source)
Link copied to clipboard