Package totalcross.ui.event
Interface KeyListener
-
- All Known Implementing Classes:
ComboBoxEditable,Tree
public interface KeyListenerInterface used to listen to Key events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactionkeyPressed(KeyEvent e)An ACTION_KEY_PRESS event was dispatched.voidkeyPressed(KeyEvent e)A KEY_PRESS event was dispatched.voidspecialkeyPressed(KeyEvent e)A SPECIAL_KEY_PRESS event was dispatched.
-