• Type Parameters

    • T extends EventDispatcher<T>

    Parameters

    • cls: Class<T>
    • eventName: string

    Returns {
        captureEventRegistration: (() => void);
        getListeners: (() => CallableFunction[]);
    }

    • captureEventRegistration: (() => void)
        • (): void
        • Returns void

    • getListeners: (() => CallableFunction[])
        • (): CallableFunction[]
        • Returns CallableFunction[]

Generated using TypeDoc