| Interface | Description |
|---|---|
| HActionListener |
The
HActionListener
interface enables the reception of HActionEvent events, as generated
by objects implementing HActionable. |
| HAdjustmentListener |
The
HAdjustmentListener interface enables the reception of HAdjustmentEvents, as generated
by objects implementing HAdjustmentValue. |
| HBackgroundImageListener |
The listener interface for receiving events related to
HBackgroundImage objects. |
| HFocusListener |
The
HFocusListener
interface enables the reception of HFocusEvent events, as generated by
objects implementing HNavigable. |
| HItemListener |
The
HItemListener interface enables the reception of HItemEvents, as generated
by objects implementing HItemValue. |
| HKeyListener |
The
HKeyListener
interface enables the reception of HKeyEvent events. |
| HScreenConfigurationListener |
This listener is used to monitor when the configuration of an
HScreenDevice is modified. |
| HScreenLocationModifiedListener |
This listener is used to monitor when a component, such as an
HVideoComponent's on-screen
location is modified. |
| HTextListener |
The
HTextListener interface enables the reception of HTextEvents, as generated
by objects implementing HTextValue. |
| Class | Description |
|---|---|
| HActionEvent |
An
HActionEvent event is used to
interact with a component implementing the HActionInputPreferred interface
as follows: |
| HAdjustmentEvent |
An
HAdjustmentEvent event is used to
interact with a component implementing the HAdjustmentValue interface as follows: |
| HBackgroundImageEvent |
This event informs an application that a loading operation for an
HBackgroundImage has
finished. |
| HEventGroup |
Represents a group of key codes.
|
| HEventRepresentation |
This class is able to describe the representation of an event
generator as a string, color or symbol (such as a triangle, '>', for
'play').
|
| HFocusEvent |
An
HFocusEvent event is used to
interact with a component implementing the HNavigationInputPreferred
interface as follows: |
| HItemEvent |
An
HItemEvent event is used to
interact with a component implementing the HSelectionInputPreferred
interface as follows: |
| HKeyCapabilities |
This class is used to describe the (basic) keyboard capabilities of
the platform.
|
| HKeyEvent |
An
HKeyEvent event is used to
interact with a component implementing the HKeyboardInputPreferred interface
as follows: |
| HMouseCapabilities |
This class is used to describe the (basic) mouse capabilities of
the platform.
|
| HRcCapabilities |
This class is used to describe the (basic) remote control
capabilities of the platform.
|
| HRcEvent |
The remote control event class.
|
| HScreenConfigurationEvent |
This event is sent to all registered
HScreenConfigurationListeners when an HScreenDevice modifies its
configuration. |
| HScreenDeviceReleasedEvent |
This event informs an application that a device for this
HScreen has been released by an application
or other entity in the system. |
| HScreenDeviceReservedEvent |
This event informs that a device on this
HScreen has been reserved by an application or other entity in the
system. |
| HScreenLocationModifiedEvent |
This event is generated by the system when a component is moved
on-screen, rather than within a container.
|
| HTextEvent |
An
HTextEvent event is used to
interact with a component implementing the HKeyboardInputPreferred
interface as follows: |
Copyright © 2012 code4tv.com. All Rights Reserved.