Lazy Forwarding Event Listener
class LazyForwardingEventListener(lazyEventListener: () -> EventListener) : EventListener
Content copied to clipboard
Forwards events to the EventListener provided by lazyEventListener which is evaluated lazily, when the first comes in.
Constructors
LazyForwardingEventListener
Link copied to clipboard