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
What is a class loader?
wahts is mean by dynavalidatorform in struts/
When is the best time to validate input?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Can constructors be synchronized in java?
What state does a thread enter when it terminates its processing?
Why are component architectures useful?
What is the argument type of a programs main() method?
What is table mutation and how do you avoid it?
what are the activation groupworks?
What is TL and its use?
what is the use of State Factories?
What is difference between object state and behavior?
Describe responsibilities of Activator?
Do I need to import javlang package any time? Why ?