posted 24 years ago
There are two categories of events associated with a component:lowlevel events from the mouse, keyboard or window system events such as opening or closing a window, and semantic events which represent component actions such as pressing a button or selecting a menu item.
Four low-level events are FocusEvent, MouseEvent, KeyEvent, WindowEvent
Three semantic events are ActionEvent, ItemEvent and AdjustmentEvent.
I am not sure about TextEvent though.