javax.rad.ui.event.type.key
Interface IKeyTypedListener
- All Known Subinterfaces:
- IKeyListener
public interface IKeyTypedListener
Platform and technology independent key typed listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
- See Also:
KeyListener
keyTyped
void keyTyped(UIKeyEvent pKeyEvent)
- Invoked when a key has been typed.
See the class description for
KeyEvent for a definition of
a key typed event.
- Parameters:
pKeyEvent - the key event.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.