EventHandlerFactory<TEvent> typedef

EventHandlerFactory<TEvent> = EventHandler<TEvent> Function()

Factory to create a EventHandler.

Implementation

typedef EventHandlerFactory<TEvent> = EventHandler<TEvent> Function();