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
keyPressed
void keyPressed(UIKeyEvent pKeyEvent)
throws Throwable
- 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.
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.