Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Rich Ajax Platform
Release 1.2

org.eclipse.swt.events
Interface KeyListener

All Known Implementing Classes:
KeyAdapter

public interface KeyListener

Classes which implement this interface provide methods that deal with the events that are generated as keys are pressed on the system keyboard.

After creating an instance of a class that implements this interface it can be added to a control using the addKeyListener method and removed using the removeKeyListener method. When a key is pressed or released, the appropriate method will be invoked.

Since:
1.2
See Also:
KeyAdapter, KeyEvent

Method Summary
 void keyPressed ( KeyEvent e)
          Sent when a key is pressed on the system keyboard.
 void keyReleased ( KeyEvent e)
          Sent when a key is released on the system keyboard.
 

Method Detail

keyPressed

public void keyPressed(
KeyEvent e)
Sent when a key is pressed on the system keyboard.

Parameters:
e - an event containing information about the key press

keyReleased

public void keyReleased(
KeyEvent e)
Sent when a key is released on the system keyboard.

Parameters:
e - an event containing information about the key release

Eclipse Rich Ajax Platform
Release 1.2

Copyright (c) Innoopract Informationssysteme GmbH and others 2002, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire