Table 8-1. Event handling summary
|
|||
|
Interface |
Methods |
Parameter/Accessors |
Events Generated By |
|
ActionListener |
actionPerformed |
ActionEvent
|
AbstractButton JComboBox JTextField Timer Button List MenuItem TextField |
|
AdjustmentListener |
adjustmentValueChanged |
AdjustmentEvent
|
JScrollbar Scrollbar |
|
ItemListener |
itemStateChanged |
ItemEvent
|
AbstractButton JComboBox List Choice Checkbox CheckboxMenuItem |
|
TextListener |
textValueChanged |
TextEvent |
|
|
ComponentListener |
componentMoved componentHidden componentResized componentShown |
ComponentEvent
|
Component |
|
ContainerListener |
componentAdded componentRemoved |
ContainerEvent
|
Container |
|
FocusListener |
focusGained focusLost |
FocusEvent
|
Component |
|
KeyListener |
keyPressed keyReleased keyTyped |
KeyEvent
|
Component |
|
MouseListener |
mousePressed mouseReleased mouseEntered mouseExited mouseClicked |
MouseEvent
|
Component |
|
MouseMotionListener |
mouseDragged mouseMoved |
MouseEvent |
Component |
|
WindowListener |
windowClosing windowOpened windowIconified windowDeiconified windowClosed windowActivated windowDeactivated |
WindowEvent
|
Window |