javax.rad.ui.event.type.key
Interface IKeyPressedListener

All Known Subinterfaces:
IKeyListener

public interface IKeyPressedListener

Platform and technology independent key pressed listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .

See Also:
KeyListener

Method Summary
 void keyPressed(UIKeyEvent pKeyEvent)
          Invoked when a key has been pressed.
 

Method Detail

keyPressed

void keyPressed(UIKeyEvent pKeyEvent)
Invoked when a key has been pressed. See the class description for KeyEvent for a definition of a key pressed event.

Parameters:
pKeyEvent - the key event.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.