|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HActionListener | |
---|---|
org.havi.ui |
Uses of HActionListener in org.havi.ui |
---|
Classes in org.havi.ui that implement HActionListener | |
---|---|
class |
HEventMulticaster
The HEventMulticaster class is intended to assist
platform or subclass implementers with the handling of HAVi
events. |
Methods in org.havi.ui that return HActionListener | |
---|---|
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. |
Methods in org.havi.ui with parameters of type HActionListener | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |