I didn't really understand the internal process of why I could detect click events just by importing EventListener.

Asked 1 years ago, Updated 1 years ago, 76 views

Until now, I thought that I should import EventListener to detect any event without thinking too much about it.

However, I am looking into the internal handling of EventListener.

There are pages like the ones below, but I didn't know how to deal with them internally.

https://docs.oracle.com/javase/7/docs/api/org/w3c/dom/events/EventListener.html#handleEvent(org.w3c.dom.events.Event)

I understand that you are doing a lot of things with the handleEvent method in EventListener.
Can't I see the source code of the handleEvent?

For example, java may not necessarily be java.

Thank you for your cooperation.

java scala

2022-09-30 15:03

1 Answers

If you have any answers or tips

Popular Tags
python x 4647
android x 1593
java x 1494
javascript x 1427
c x 927
c++ x 878
ruby-on-rails x 696
php x 692
python3 x 685
html x 656

© 2024 OneMinuteCode. All rights reserved.