Events in Kilt Graphics
Reading
-
JavaDoc for the kilt-graphics events package
- You should open up and read the pages for each of the classes and interafaces!
Important concepts
- Events
- Event Handlers
- Input Categories
Things to consider (exercises for yourself, not to turn in)
- Which of the classes in this package are functional interfaces? Which graphics classes have methods that accept these functional interfaces?
- What are the properties of each type of event? How do they differ? Can you describe, in plain language, what user action would trigger these events, and what the corresponding property values would be?
Your response
What was particularly interesting, confusing, or exciting to you in this reading?