org.havi.ui.event
Class HScreenDeviceReleasedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.davic.resources.ResourceStatusEvent
          extended by org.havi.ui.event.HScreenDeviceReleasedEvent
All Implemented Interfaces:
java.io.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

ParameterDescriptionDefault value Set methodGet method
None.

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.

See Also:
Serialized Form

Constructor Summary
HScreenDeviceReleasedEvent(java.lang.Object source)
          Creates an HScreenDeviceReleasedEvent object.
 
Method Summary
 java.lang.Object getSource()
          Returns the device that has been released
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HScreenDeviceReleasedEvent

public HScreenDeviceReleasedEvent(java.lang.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
Method Detail

getSource

public java.lang.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