PPT Slide
- An earlier version of Java used “boolean” return values to indicate consumption of events
- Not recommended; still used for some web development
- Do not mix JDK 1.1 and JDK 1.02 event handlers--the component ceases to function.
- Rare use: JDK 1.02 guarantees which event will arrive first to a component.
(non) Option #4: JDK 1.02 Events