Implement Listener interface & overrides its methods is required to perform in event handling

Q.  Implement the Listener interface and overrides its methods is required to perform in event handling.

- Published on 19 Oct 15

a. True
b. False

ANSWER: True
 

    Discussion

  • Nirja Shah   -Posted on 15 Dec 15
    - The above statement is true.

    - It is a step to perform event handling.

    - The steps involved in event handling are as follows:
    1. Implement the Listener interface and overrides its methods
    2. Register the component with the Listener

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)