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

Listener subscriptions #334

Merged
merged 10 commits into from
Jan 16, 2024
Merged

Listener subscriptions #334

merged 10 commits into from
Jan 16, 2024

Conversation

mlange-42
Copy link
Owner

@mlange-42 mlange-42 commented Jan 16, 2024

  • Replaces some fields of EntityEvent by a bitmask of triggered event types
  • Allows filtering events by a subscriptions mask
  • Introduces a Listener interface
  • Splits out subscriptions and default Listener implementation into packages

@mlange-42 mlange-42 added usability Usability and ergonomics feature feature requests labels Jan 16, 2024
@mlange-42 mlange-42 self-assigned this Jan 16, 2024
@mlange-42 mlange-42 force-pushed the listener-subscriptions branch 5 times, most recently from 025520d to d2103ca Compare January 16, 2024 08:30
Base automatically changed from simplify-events to main January 16, 2024 08:34
@coveralls
Copy link
Collaborator

coveralls commented Jan 16, 2024

Pull Request Test Coverage Report for Build 7539893115

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7538964871: 0.0%
Covered Lines: 5098
Relevant Lines: 5098

💛 - Coveralls

@mlange-42 mlange-42 marked this pull request as ready for review January 16, 2024 14:53
@mlange-42 mlange-42 merged commit 8b1ed91 into main Jan 16, 2024
13 checks passed
@mlange-42 mlange-42 deleted the listener-subscriptions branch January 16, 2024 14:54
@mlange-42 mlange-42 added the breaking change Marks API breaking changes label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Marks API breaking changes feature feature requests usability Usability and ergonomics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants