1 | The various listeners and events are named in pairs XListener (an interface extending java.util.EventListener) and XEvent (an object extending java.util.EventObject) |
2 |
Registration involves methods for the source called
|
3 | Such naming conventions are part of the design pattern for the JavaBean (JDK1.1) framework |
4 | X = Component, Focus, Key, Mouse, MouseMotion, Window, Container, Text, Action, Adjustment and Item in JDK1.1 AWT |