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

ParameterDescriptionDefault value Set methodGet method
None.

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.

See Also:
HScreenLocationModifiedEvent, HVideoComponent

Method Summary
 void report(HScreenLocationModifiedEvent gce)
          This method is called when the component's on-screen location is modified.
 

Method Detail

report

void report(HScreenLocationModifiedEvent gce)
This method is called when the component's on-screen location is modified.