com.croftsoft.core.gui.event
Class UserInputAdapter
java.lang.Object
com.croftsoft.core.gui.event.UserInputAdapter
- All Implemented Interfaces:
- UserInputListener, ActionListener, KeyListener, MouseListener, MouseMotionListener, WindowListener, EventListener, ChangeListener, MouseInputListener
- Direct Known Subclasses:
- NilController
public class UserInputAdapter
- extends Object
- implements UserInputListener
Adapter for interface UserInputListener.
- Since:
- 2003-03-29
- Version:
- $Id: UserInputAdapter.java,v 1.5 2008/08/30 00:52:34 croft Exp $
- Author:
- David Wallace Croft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserInputAdapter
public UserInputAdapter()
actionPerformed
public void actionPerformed(ActionEvent actionEvent)
- Specified by:
actionPerformed in interface ActionListener
stateChanged
public void stateChanged(ChangeEvent changeEvent)
- Specified by:
stateChanged in interface ChangeListener
keyPressed
public void keyPressed(KeyEvent keyEvent)
- Specified by:
keyPressed in interface KeyListener
keyReleased
public void keyReleased(KeyEvent keyEvent)
- Specified by:
keyReleased in interface KeyListener
keyTyped
public void keyTyped(KeyEvent keyEvent)
- Specified by:
keyTyped in interface KeyListener
mouseClicked
public void mouseClicked(MouseEvent mouseEvent)
- Specified by:
mouseClicked in interface MouseListener
mouseDragged
public void mouseDragged(MouseEvent mouseEvent)
- Specified by:
mouseDragged in interface MouseMotionListener
mouseEntered
public void mouseEntered(MouseEvent mouseEvent)
- Specified by:
mouseEntered in interface MouseListener
mouseExited
public void mouseExited(MouseEvent mouseEvent)
- Specified by:
mouseExited in interface MouseListener
mouseMoved
public void mouseMoved(MouseEvent mouseEvent)
- Specified by:
mouseMoved in interface MouseMotionListener
mousePressed
public void mousePressed(MouseEvent mouseEvent)
- Specified by:
mousePressed in interface MouseListener
mouseReleased
public void mouseReleased(MouseEvent mouseEvent)
- Specified by:
mouseReleased in interface MouseListener
windowActivated
public void windowActivated(WindowEvent windowEvent)
- Specified by:
windowActivated in interface WindowListener
windowClosed
public void windowClosed(WindowEvent windowEvent)
- Specified by:
windowClosed in interface WindowListener
windowClosing
public void windowClosing(WindowEvent windowEvent)
- Specified by:
windowClosing in interface WindowListener
windowDeactivated
public void windowDeactivated(WindowEvent windowEvent)
- Specified by:
windowDeactivated in interface WindowListener
windowDeiconified
public void windowDeiconified(WindowEvent windowEvent)
- Specified by:
windowDeiconified in interface WindowListener
windowIconified
public void windowIconified(WindowEvent windowEvent)
- Specified by:
windowIconified in interface WindowListener
windowOpened
public void windowOpened(WindowEvent windowEvent)
- Specified by:
windowOpened in interface WindowListener
CroftSoft Core Javadoc (2008-09-28 20:58:02)