|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HScreenConfigurationListener | |
|---|---|
| org.havi.ui | |
| Uses of HScreenConfigurationListener in org.havi.ui |
|---|
| Classes in org.havi.ui that implement HScreenConfigurationListener | |
|---|---|
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 HScreenConfigurationListener | |
|---|---|
static HScreenConfigurationListener |
HEventMulticaster.add(HScreenConfigurationListener a,
HScreenConfigurationListener b)
Adds HScreenConfigurationListener-a with HScreenConfigurationListener-b and
returns the resulting multicast listener. |
static HScreenConfigurationListener |
HEventMulticaster.add(HScreenConfigurationListener a,
HScreenConfigurationListener b,
HScreenConfigTemplate tb)
Adds HScreenConfigurationListener-a with
HScreenConfigurationListener-b,
which is notified when
the HScreenDevice's configuration is modified so that it is no longer compatible with the
HScreenConfigTemplate tb. |
static HScreenConfigurationListener |
HEventMulticaster.remove(HScreenConfigurationListener l,
HScreenConfigurationListener oldl)
Removes the old HScreenConfigurationListener from HScreenConfigurationListener-l and
returns the resulting multicast listener. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||