| 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 HScreenLocationModifiedListener |
HEventMulticaster.add(HScreenLocationModifiedListener a,
HScreenLocationModifiedListener b)
Adds
HScreenLocationModifiedListener-a with HScreenLocationModifiedListener-b and
returns the resulting multicast listener. |
static HScreenLocationModifiedListener |
HEventMulticaster.remove(HScreenLocationModifiedListener l,
HScreenLocationModifiedListener oldl)
Removes the old
HScreenLocationModifiedListener from HScreenLocationModifiedListener-l and
returns the resulting multicast listener. |
| Modifier and Type | Method and Description |
|---|---|
static HScreenLocationModifiedListener |
HEventMulticaster.add(HScreenLocationModifiedListener a,
HScreenLocationModifiedListener b)
Adds
HScreenLocationModifiedListener-a with HScreenLocationModifiedListener-b and
returns the resulting multicast listener. |
void |
HVideoComponent.addOnScreenLocationModifiedListener(HScreenLocationModifiedListener slml)
Register a listener to determine if the Component's on-screen
location is modified - irrespective of its relative location to
its parent Container.
|
static HScreenLocationModifiedListener |
HEventMulticaster.remove(HScreenLocationModifiedListener l,
HScreenLocationModifiedListener oldl)
Removes the old
HScreenLocationModifiedListener from HScreenLocationModifiedListener-l and
returns the resulting multicast listener. |
void |
HVideoComponent.removeOnScreenLocationModifiedListener(HScreenLocationModifiedListener slml)
Remove a listener that determines if the Component's on-screen
location is modified - irrespective of its relative location to
its parent Container.
|
Copyright © 2012 code4tv.com. All Rights Reserved.