|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HScreenLocationModifiedListener | |
---|---|
org.havi.ui |
Uses of HScreenLocationModifiedListener in org.havi.ui |
---|
Classes in org.havi.ui that implement HScreenLocationModifiedListener | |
---|---|
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 HScreenLocationModifiedListener | |
---|---|
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. |
Methods in org.havi.ui with parameters of type HScreenLocationModifiedListener | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |