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

Version 3.0.0 #1

Merged
merged 2 commits into from Aug 11, 2022
Merged

Version 3.0.0 #1

merged 2 commits into from Aug 11, 2022

Conversation

LK-Simon
Copy link
Contributor

  • EventListener implementation completed
  • EventCentral updated to provide a centralised EventListener for global use
  • Eventable introduces two new methods:
    • addListener registers an arbitrary Listener against the referenced Eventable Type and returns a UUID token for that Listener
    • removeListener unregisters the Listener specified by its UUID token

- Unifying the Naming Conventions whereby `EventReceiver` will always be referred to as an Event Receiver.
- Introduced a new `EventListener` concept, which has been implemented and is pending suitable Unit Testing
- Reconsidering the `UIEventReceiver` entirely in favour of registering simple `EventListeners` instead.
- `EventListener` implementation completed
- `EventCentral` updated to provide a centralised `EventListener` for global use
- `Eventable` introduces two new methods:
  - `addListener` registers an arbitrary Listener against the referenced `Eventable` Type and returns a `UUID` token for that Listener
  - `removeListener` unregisters the Listener specified by its `UUID` token
@LK-Simon LK-Simon merged commit 047c2bd into main Aug 11, 2022
@LK-Simon LK-Simon deleted the event-listeners branch August 11, 2022 20:29
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.

None yet

1 participant