March 2015
Beginner
1200 pages
33h 33m
English
CHAPTER 9
![]()
Event Handling
In this chapter, you will learn:
What Is an Event?
In general, the term event is used to describe an occurrence of interest. In a GUI application, an event is an occurrence of a user interaction with the application. Clicking the mouse and pressing a key on the keyboard are examples of events in a JavaFX application.
An event in JavaFX is represented by an object of the javafx.event.Event class ...
Read now
Unlock full access