|
LPEX 4.2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LpexKeyListener
Key listener on the Eclipse Platform, able to consume LPEX's keys.
Key-pressed notifications are received from LPEX through
keyPressed(Event event) calls. If the listener
changes event.doit to false on exit,
LPEX will not process this key.
LpexView.addLpexKeyListener(com.ibm.lpex.core.LpexKeyListener),
LpexView.removeLpexKeyListener(com.ibm.lpex.core.LpexKeyListener)| Method Summary | |
|---|---|
void |
keyPressed(Event event)
Notification of a key-pressed event in LPEX. |
| Method Detail |
|---|
void keyPressed(Event event)
event received by the listener contains the following
fields:
false to indicate that LPEX should
not further handle this key.
|
LPEX 4.2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||