Skip to content

Make EvenManager into singleton #698

@boxerab

Description

@boxerab

Realistically, there should only be a single event manager for each run of the library.

Making this a singleton will simplify the code, since we don't have to pass it to methods.
Also, this will make it easier for any method to do logging, since we don't need to change
the method signature and pass in the EventManager.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions