What are listeners in java and explain ?

Answers were Sorted based on User's Feedback



What are listeners in java and explain ?..

Answer / 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

What are listeners in java and explain ?..

Answer / raman

Twelve types of event are used in Java AWT. These are as
follows :
1. ActionEvent
2. AdjustmentEvent
3. ComponentEvent
4. ContainerEvent
5. FocusEvent
6. InputEvent
7. ItemEvent
8. KeyEvent
9. MouseEvent
10. PaintEvent
11. TextEvent
12. WindowEvent

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

Can you instantiate the math class?

0 Answers  


What is the difference between interpreter and compiling ?

7 Answers   TCS,


List methods available in Java Queue interface

1 Answers  


Can you override static methods?

0 Answers  


Is it possible to override the main method?

0 Answers  






What happens when a main method is declared as private?

22 Answers   DELL, Infosys, L&T, Sun Microsystems,


what is java bean?where can we use it?

12 Answers   TCS,


What services that container provides?

2 Answers  


Explain about complier design(phases)

0 Answers   Aditi Placement Service,


Can we access the non-final local variable, inside the local inner class?

0 Answers  


Why is java not 100% pure oops?

0 Answers  


How do I print a “?

0 Answers  


Categories