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

Document the difference between the component event and listener interfaces #26

Open
io7m opened this issue Jul 23, 2016 · 0 comments
Open
Assignees

Comments

@io7m
Copy link
Member

io7m commented Jul 23, 2016

The event interfaces are the interfaces used to deliver messages to components. Component implementations of these interfaces are required to pass the messages to child components and so on.

The listener interfaces are the interfaces used by components to react to messages delivered by the event interfaces. They are not responsible for doing anything other than reacting and indicating whether or not they consumed the event in question.

@io7m io7m self-assigned this Jul 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant