Package org.havi.ui.event

Interface Summary
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 Summary
HActionEvent An HActionEvent event is used to interact with a component implementing the HActionInputPreferred interface as follows: An HActionEvent event may be sent from the HAVi system to the component to cause the component to become actioned.
HAdjustmentEvent An HAdjustmentEvent event is used to interact with a component implementing the HAdjustmentValue interface as follows: An HAdjustmentEvent event may be sent from the HAVi system to the component to cause a change to the value or editable mode of the component as a result of user interaction.
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: An HFocusEvent event may be sent from the HAVi system to the component to inform the component that it has gained or lost the input focus, or that it should transfer focus to another component.
HItemEvent An HItemEvent event is used to interact with a component implementing the HSelectionInputPreferred interface as follows: An HItemEvent event may be sent from the HAVi system to the component to change the state of the component, and the selection set held by the component.
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: An HKeyEvent event may be sent from the HAVi system to inform the component about key-input.
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: An HTextEvent event may be sent from the HAVi system to the component to cause a change to the caret position or editable mode of the component as a result of user interaction.