org.havi.ui.event
Class HScreenDeviceReleasedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.havi.ui.event.HScreenDeviceReleasedEvent
- All Implemented Interfaces:
- Serializable
public class HScreenDeviceReleasedEvent
- extends ResourceStatusEvent
This event informs an application that a device for this HScreen has been released by an application
or other entity in the system.
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 |
Object |
getSource()
Returns the device that has been released |
HScreenDeviceReleasedEvent
public HScreenDeviceReleasedEvent(Object source)
- Creates an
HScreenDeviceReleasedEvent object. See the class description for
details of constructor parameters and default values.
- Parameters:
source - the HScreenDevice
which has been released
getSource
public Object getSource()
- Returns the device that has been released
- Overrides:
getSource in class ResourceStatusEvent
- Returns:
- the
HScreenDevice
object representing the device that has been released
Copyright © 2011. All Rights Reserved.