DelegatingEventHandler
class DelegatingEventHandler<E> @VisibleForTesting(otherwise = 4) constructor(eventHandler1: EventHandler<E>, eventHandler2: EventHandler<E>) : EventHandler<E>
An event handler that takes two event handlers and calls both of them when an event is dispatched.
Constructors
Link copied to clipboard