All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.weatherstation.event.CommunicationErrorEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.weatherstation.event.CommunicationErrorEvent

public class CommunicationErrorEvent
extends EventObject
CommunicationError event. It is fired when an error occurs during communication with Weather Station


Constructor Index

 o CommunicationErrorEvent(Object)
Constructs a CommunicationErrorEvent object with the specified source object.

Constructors

 o CommunicationErrorEvent
 public CommunicationErrorEvent(Object source)
Constructs a CommunicationErrorEvent object with the specified source object.

Parameters:
source - java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index