org.havi.ui.event
Class HScreenLocationModifiedEvent
java.lang.Object
java.util.EventObject
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
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:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
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.