org.havi.ui.event
Interface HScreenConfigurationListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
HEventMulticaster

public interface HScreenConfigurationListener
extends java.util.EventListener

This listener is used to monitor when the configuration of an HScreenDevice 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:
HScreenConfigurationEvent, HScreenDevice

Method Summary
 void report(HScreenConfigurationEvent gce)
          This method is called when the configuration of an HScreenDevice is modified.
 

Method Detail

report

void report(HScreenConfigurationEvent gce)
This method is called when the configuration of an HScreenDevice is modified.

Parameters:
gce - The event notifying the listener of the modification.