Package org.eclipse.draw2d
Class KeyListener.Stub
java.lang.Object
org.eclipse.draw2d.KeyListener.Stub
- All Implemented Interfaces:
KeyListener
- Enclosing interface:
KeyListener
An empty implementation of KeyListener for convenience.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.draw2d.KeyListener
KeyListener.Stub -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidkeyPressed(KeyEvent ke) Called when a key is pressed.voidkeyReleased(KeyEvent ke) Called when a key is released.
-
Constructor Details
-
Stub
public Stub()
-
-
Method Details
-
keyPressed
Description copied from interface:KeyListenerCalled when a key is pressed.- Specified by:
keyPressedin interfaceKeyListener- Parameters:
ke- The KeyEvent object- See Also:
-
keyReleased
Description copied from interface:KeyListenerCalled when a key is released.- Specified by:
keyReleasedin interfaceKeyListener- Parameters:
ke- The KeyEvent object- See Also:
-