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