org.havi.ui.event
Class HScreenLocationModifiedEvent

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

public class HScreenLocationModifiedEvent
extends java.util.EventObject

This event is generated by the system when a component is moved on-screen, rather than within a container.


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:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HScreenLocationModifiedEvent(java.lang.Object source)
          Creates an HScreenLocationModifiedEvent object.
 
Method Summary
 java.lang.Object getSource()
          Returns the Component whose on-screen location has been modified.
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HScreenLocationModifiedEvent

public HScreenLocationModifiedEvent(java.lang.Object source)
Creates an HScreenLocationModifiedEvent object. See the class description for details of constructor parameters and default values.

Parameters:
source - the Component whose on-screen location has been modified.
Method Detail

getSource

public java.lang.Object getSource()
Returns the Component whose on-screen location has been modified.

Overrides:
getSource in class java.util.EventObject
Returns:
the Component whose on-screen location has been modified.