SWT LPEX
v3.0.5

com.ibm.lpex.core
Interface LpexKeyListener

All Superinterfaces:
EventListener

public interface LpexKeyListener
extends EventListener

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.

See Also:
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

keyPressed

public void keyPressed(Event event)
Notification of a key-pressed event in LPEX. The event received by the listener contains the following fields:


SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.