public interface HActionInputPreferred
HActionInputPreferred indicates
that this component expects to receive HActionEvent input events.
All interoperable implementations of the HActionInputPreferred
interface must extend HComponent.
Note that the java.awt.Component method
isFocusTraversable should always return true for a
java.awt.Component implementing this interface.
| Modifier and Type | Method and Description |
|---|---|
String |
getActionCommand()
Gets the command name for the
HActionEvent
event fired by this HActionInputPreferred. |
void |
processHActionEvent(HActionEvent evt)
Process an
HActionEvent sent to this HActionInputPreferred. |
void processHActionEvent(HActionEvent evt)
HActionEvent sent to this HActionInputPreferred.evt - the HActionEvent to process.String getActionCommand()
HActionEvent
event fired by this HActionInputPreferred. If this HActionInputPreferred
has no action command then an empty string shall be returned.String representing the command name of the
HActionEvent fired by this HActionInputPreferred.Copyright © 2012 code4tv.com. All Rights Reserved.