Draw2D v2.0

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


Inner classes inherited from class org.eclipse.draw2d.KeyListener
KeyListener.Stub
 
Constructor Summary
KeyListener.Stub()
           
 
Method Summary
 void keyPressed(KeyEvent ke)
           
 void keyReleased(KeyEvent ke)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyListener.Stub

public KeyListener.Stub()
Method Detail

keyPressed

public void keyPressed(KeyEvent ke)
Specified by:
keyPressed in interface KeyListener

keyReleased

public void keyReleased(KeyEvent ke)
Specified by:
keyReleased in interface KeyListener

Draw2D v2.0