I.5 How Event Handling Works
Let’s illustrate how the event-handling mechanism works, using textField1
from the example of Fig. I.1. We have two remaining open questions from Section I.3:
How did the event handler get registered?
How does the GUI component know to call
actionPerformed
rather than some other event-handling method?
The first question is answered by the event registration performed in lines 43–46 of Fig. I.1. Figure I.4 diagrams JTextField
variable textField1
, TextFieldHandler
variable handler
and the objects to which they refer.
Registering ...
Get Android How to Program, 3/e now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.