org.eclipse.draw2d
Class KeyListener.Stub
java.lang.Object
|
+--org.eclipse.draw2d.KeyListener.Stub
- All Implemented Interfaces:
- KeyListener
- Enclosing class:
- KeyListener
- public static class KeyListener.Stub
- extends Object
- implements KeyListener
An empty implementation of KeyListener for convenience.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyListener.Stub
public KeyListener.Stub()
keyPressed
public void keyPressed(KeyEvent ke)
- Description copied from interface:
KeyListener
- Called when a key is pressed.
- Specified by:
keyPressed
in interface KeyListener
- Parameters:
ke
- The KeyEvent object- See Also:
KeyListener.keyPressed(KeyEvent)
keyReleased
public void keyReleased(KeyEvent ke)
- Description copied from interface:
KeyListener
- Called when a key is released.
- Specified by:
keyReleased
in interface KeyListener
- Parameters:
ke
- The KeyEvent object- See Also:
KeyListener.keyReleased(KeyEvent)
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.