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