Package totalcross.ui.event
Interface KeyListener
-
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
ComboBoxEditable,MaterialWindow,SlidingWindow,Tree
public interface KeyListener extends EventHandler
Interface 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.
-