Adapter classes?

Answer Posted / ranganathkini

The Java AWT provides a number of adapter classes for the
different EventListener interfaces. These adapter classes
implements the corresponding interfaces with a series of
do-nothing methods.

By subclassing the respective Adapter rather than
implementing EventListener interfaces directly, one can
avoid having to write the methods that are not actually
needed. Only those methods can be overridden that are
planned to be actually implemented.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is equlas() and hashcode() contract in java? Where does it used?

795


What is io stream in java?

713


What is main function purpose?

724


What are loops in java? What are three types of loops?

766


What are predicates in java 8?

768


What is an image buffer?

707


Why do we need data serialization?

719


What is the size of integer?

798


Can you change array size in java?

722


When to use runnable interface vs thread class in java?

725


What is the use of arraylist class in java?

743


Can you start a thread twice in Java?

829


What is the difference between reader/writer and inputstream/output stream?

751


Why object class is super class for every class in java?

770


How to sort array of 0 and 1 in java?

718