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
-
CommunicationErrorEvent(Object)
- Constructs a CommunicationErrorEvent object with the specified source object.
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