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

AttachEvent and DetachEvent are in ui.common, while most of the other events are in ui.event #2655

Closed
samie opened this issue Oct 11, 2017 · 0 comments

Comments

@samie
Copy link
Member

samie commented Oct 11, 2017

When importing classes the AttachEvent and DetachEvent imports look inconsistent with other similar events:
https://github.com/vaadin/flow/blob/master/flow-server/src/main/java/com/vaadin/ui/common/AttachEvent.java
https://github.com/vaadin/flow/blob/master/flow-server/src/main/java/com/vaadin/ui/common/DetachEvent.java

Would expect to find them with other events:
https://github.com/vaadin/flow/tree/master/flow-server/src/main/java/com/vaadin/ui/event

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

3 participants