Fill in the blanks :- The highest-level event class of the event-delegation model is _____

A) java.util.eventObject

Showing Answers 1 - 3 of 3 Answers

pins

  • Dec 16th, 2006
 

Event types are encapsulated in a class hierarchy rooted at java.util.EventObject. An event is propagated from a "Source" object to a "Listener" object by invoking a method on the listener and passing in the instance of the event subclass which defines the event type generated.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions