Question

Please explain event source object, event object, and event handler object as well as the relationship...

Please explain event source object, event object, and event handler object as well as the relationship among them. Thanks.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer)

Event Source Object: The EventSource interface is defined as the web content's interface till the server sent events where the EventSourceInstance which opens the persistent connection to the HTTP Server wherein the events are being sent to the text/event-stream format.

The connection remains open until it gets closed by calling the EventSource close(). It is when the connection gets opened, the incoming messages from among the server gets delivered to the code in the form of message events.

Event Object: It is the root class from where all the event state object which are derived. All the events which are constructed are made with a reference to the concerned object to the sources which are being referenced.

Event Handler Object: When considering runtime execution, the event which happens on an object which has the Java Tag set, The message gets sent to the class which is serving the object's event handler where the event handler will then perform the action for the programmed event.

The relation between then is event listener object listens for any specific type of the events which gets generated by the event source in the program where the event handler is a method which gets called as a response to the specific type of the event,

If you found the answer useful, hit like
Hope this answer helps.
Thanks

Add a comment
Know the answer?
Add Answer to:
Please explain event source object, event object, and event handler object as well as the relationship...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT