| 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 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. |
Copyright © 2012 code4tv.com. All Rights Reserved.