Class EventDispatcher

Hierarchy

  • EventDispatcher

Implements

Constructors

Properties

injector: InjectorContext = ...
instances: any[] = []
listenerMap: Map<EventToken<any>, EventListenerContainerEntry[]> = ...
registeredClassTypes: Set<ClassType<any>> = ...
symbol: symbol = ...

Methods

  • Parameters

    • listener: ClassType<any>
    • module: InjectorModule<any, InjectorModule<any, any>>

    Returns void

Generated using TypeDoc