org.havi.ui.event
Interface HScreenLocationModifiedListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- HEventMulticaster
public interface HScreenLocationModifiedListener
- extends java.util.EventListener
This listener is used to monitor when a component, such as an
HVideoComponent's
on-screen
location is modified.
The parameters to the constructors are as follows, in cases where
parameters are not used, then the constructor should use the default
values.
Default parameter values exposed in the constructors
Parameter | Description | Default value |
Set method | Get method |
None. |
Default parameter values not exposed in the constructors
Description | Default value | Set method |
Get method |
None. |
- See Also:
HScreenLocationModifiedEvent
,
HVideoComponent
report
void report(HScreenLocationModifiedEvent gce)
- This method is called when the component's on-screen
location is modified.