org.havi.ui.event
Interface HKeyListener
- All Superinterfaces:
- java.util.EventListener, java.awt.event.KeyListener
- All Known Implementing Classes:
- HEventMulticaster
- public interface HKeyListener
- extends java.awt.event.KeyListener
The HKeyListener
interface enables the reception of HKeyEvent
events.
Note that HAVi compliant systems should never call the methods
keyReleased(KeyEvent)
and keyTyped(KeyEvent)
of the superinterface on an
HKeyListener
.
The parameters to the constructors are as follows, in cases where
parameters are not used, then the constructor should use the default
values.
Default parameter values exposed in the constructors
Parameter | Description | Default value |
Set method | Get method |
None. |
Default parameter values not exposed in the constructors
Description | Default value | Set method |
Get method |
None. |
Methods inherited from interface java.awt.event.KeyListener |
keyPressed, keyReleased, keyTyped |