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
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:
HScreenConfigurationEvent
,
HScreenDevice
report
public 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.