Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect interfaces to event classes in graph #20

Merged
merged 1 commit into from
May 20, 2023

Conversation

joelvh
Copy link
Contributor

@joelvh joelvh commented May 10, 2023

When listeners and subscribers use an interface or subclass type hint, it's unclear which concrete event classes are associated with those listeners and subscribers.

This update connects the base classes/interfaces to the concrete event classes and then those concrete classes are connected to the listeners and subscribers in the graph.

Additional discussion in #8

Before After
Before After

@JonasPardon
Copy link
Owner

Looking good, thanks!

@JonasPardon JonasPardon merged commit aa816dd into JonasPardon:main May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants