org.havi.ui.event
Interface HKeyListener
- All Superinterfaces:
- EventListener, KeyListener
- All Known Implementing Classes:
- HEventMulticaster
public interface HKeyListener
- extends 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. |
Copyright © 2011. All Rights Reserved.