org.havi.ui.event
Class HScreenConfigurationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.havi.ui.event.HScreenConfigurationEvent
All Implemented Interfaces:
java.io.Serializable

public class HScreenConfigurationEvent
extends java.util.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

ParameterDescriptionDefault value Set methodGet method
None.

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.

See Also:
HScreenConfigurationListener, HScreenDevice, Serialized Form

Constructor Summary
HScreenConfigurationEvent(java.lang.Object source)
          Construct an HScreenConfigurationEvent
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HScreenConfigurationEvent

public HScreenConfigurationEvent(java.lang.Object source)
Construct an HScreenConfigurationEvent

Parameters:
source - the HScreenDevice whose configuration changed