Eclipse Draw2d
2.1

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.


Nested Class Summary
 
Nested classes inherited from class org.eclipse.draw2d.KeyListener
KeyListener.Stub
 
Constructor Summary
KeyListener.Stub()
           
 
Method Summary
 void keyPressed(KeyEvent ke)
          Called when a key is pressed.
 void keyReleased(KeyEvent ke)
          Called when a key is released.
 
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)
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)

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.