Answer Posted / janet
Source: A source is an object that generates an event.this
occurs when the internal state of that object changes in
some way.
Listener: A listener is an object that is notified when an
event occurs.It has two major requirements First,it must
have been registered with one or more sources to receive
notifications about specific types of events.Second,it must
implement methods to receive and process these
notifications.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is jvm a overhead?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is the argument type of a programs main() method?
How would you detect a keypress in a jcombobox?
Why does the option tag render selected=selected instead of just selected?
What is the map interface?
What is a modular application? What does module-relative mean?
What is scalable, portability in the view of J2EE?
Explain RMI Architecture?
Is there a guarantee of uniqueness for entity beans?
What are the types of scaling?
Explain about thread synchronization inside a monitor?
What is the difference between a menuitem and a checkboxmenuitem?
Which textcomponent method is used to set a textcomponent to the read-only state?
What are the diff types of exception?