Base class for EventTarget singletons, which are fixed entities in the structure of FUDGE, such as the core loop

Hierarchy (view full)

Methods

  • Add an event listener to targetStatic.

    Parameters

    • _type: string
    • _handler: EventListener

    Returns void

  • Remove an event listener from targetStatic.

    Parameters

    • _type: string
    • _handler: EventListener

    Returns void