Event Handling in JavaFX
References
- Handling Events in Oracle’s Java Tutorial. This has the most complete explanation of Events and Event Handling.
- Event Handling at Tutorialspoint - example of event capture, event filter, and event handler.
- JavaFX Events on zetcode.com/gui/javafx.