org.havi.ui.event
Class HScreenConfigurationEvent
java.lang.Object
java.util.EventObject
org.havi.ui.event.HScreenConfigurationEvent
- All Implemented Interfaces:
- Serializable
public class HScreenConfigurationEvent
- extends EventObject
This event is sent to all registered HScreenConfigurationListeners when an HScreenDevice modifies its
configuration.
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:
HScreenConfigurationListener,
HScreenDevice,
Serialized Form
HScreenConfigurationEvent
public HScreenConfigurationEvent(Object source)
- Construct an
HScreenConfigurationEvent
- Parameters:
source - the HScreenDevice whose configuration changed
Copyright © 2011. All Rights Reserved.