-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add component-level API for customizing DOM event listeners (#4445)
* Add component-level API for customizing DOM event listeners Each component-level event-listener is now mapped to its corresponding DOM event listener registration. An overload of ComponentEventBus::addListener is added which takes a consumer for customizing the DOM event listener. The method still returns a component-level registration. This allows creating Component-level API for eg. overriding the debounce or filter settings defined in the event's @DomEvent annotation.
- Loading branch information
1 parent
94f1a8e
commit f9231f7
Showing
5 changed files
with
295 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.