org.havi.ui.event
Class HScreenConfigurationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HScreenConfigurationEvent(java.lang.Object source)
          Construct an HScreenConfigurationEvent
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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