|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
void keyPressed(KeyEvent e)
e
- an event containing information about the key pressvoid keyReleased(KeyEvent e)
e
- an event containing information about the key release
|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0