Answer Posted / raman
A listener is called when the user does something to the user
interface that causes an event. Altho these events usually
come from the user interface.
Named Inner Class Listeners -
Anonymous Inner Class Listeners -
Top-level Listeners -
Action and AbstractAction -
External Listeners -
Subclassing a component and overriding processActionEvent().
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do you escape json?
What does java se mean?
What's the default access specifier for variables and methods of a class?
What is an example of a boolean?
how to convert Java project into Maven ?
What is the difference between iterator and enumeration ?
Can sleep() method causes another thread to sleep?
What is an class?
Is 0 an even number?
What is use of arraylist in java?
What is the purpose of java?
How is a variable stored in memory?
What is difference between overloading and overriding in java?
When will we use them?
Can a constructor call the constructor of parent class?