| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
HEventMulticaster
The
HEventMulticaster class is intended to assist
platform or subclass implementers with the handling of HAVi
events. |
| Modifier and Type | Method and Description |
|---|---|
static HActionListener |
HEventMulticaster.add(HActionListener a,
HActionListener b)
Adds
HActionListener-a with HActionListener-b and
returns the resulting multicast listener. |
static HActionListener |
HEventMulticaster.remove(HActionListener l,
HActionListener oldl)
Removes the old
HActionListener from HActionListener-l and
returns the resulting multicast listener. |
| Modifier and Type | Method and Description |
|---|---|
static HActionListener |
HEventMulticaster.add(HActionListener a,
HActionListener b)
Adds
HActionListener-a with HActionListener-b and
returns the resulting multicast listener. |
void |
HTextButton.addHActionListener(HActionListener l)
Adds the specified
HActionListener to receive HActionEvent
events sent from this HTextButton. |
void |
HGraphicButton.addHActionListener(HActionListener l)
Adds the specified
HActionListener to receive HActionEvent
events sent from this HGraphicButton. |
void |
HActionable.addHActionListener(HActionListener l)
Adds the specified
HActionListener to receive HActionEvent
events sent from this HActionable. |
static HActionListener |
HEventMulticaster.remove(HActionListener l,
HActionListener oldl)
Removes the old
HActionListener from HActionListener-l and
returns the resulting multicast listener. |
void |
HTextButton.removeHActionListener(HActionListener l)
Removes the specified
HActionListener so that it no longer receives
HActionEvent events from this
HTextButton. |
void |
HGraphicButton.removeHActionListener(HActionListener l)
Removes the specified
HActionListener so that it no longer receives
HActionEvent events from this
HGraphicButton. |
void |
HActionable.removeHActionListener(HActionListener l)
Removes the specified
HActionListener so that it no longer receives
HActionEvent events from this
HActionable. |
Copyright © 2012 code4tv.com. All Rights Reserved.