net.agmodel.metBean
Class StationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.agmodel.utilBean.ServiceBeanEvent
              |
              +--net.agmodel.utilBean.ServerBeanEvent
                    |
                    +--net.agmodel.utilBean.DataSourceEvent
                          |
                          +--net.agmodel.metBean.MetSourceEvent
                                |
                                +--net.agmodel.metBean.StationEvent
All Implemented Interfaces:
DefaultTimeZoneEvent, PeriodExtremesEvent, Serializable

public class StationEvent
extends MetSourceEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.agmodel.metBean.MetSourceEvent
requestedStationID
 
Fields inherited from class net.agmodel.utilBean.DataSourceEvent
dataSource
 
Fields inherited from class net.agmodel.utilBean.ServiceBeanEvent
serverHTTP, serverRMI
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
StationEvent(Object source, MetBrokerHTTP newBroker, String newSessionID, MetSourceDetail newMetSource, WeatherStation newStation)
           
StationEvent(Object source, MetBroker newBroker, String newSessionID, MetSourceDetail newMetSource, WeatherStation newStation)
           
 
Method Summary
 WeatherStation getWeatherStation()
           
 
Methods inherited from class net.agmodel.metBean.MetSourceEvent
getDefaultTimeZone, getMetBrokerHTTP, getMetBrokerRMI, getMetSourceDetail, getPeriodExtremes, getRequestedStationID
 
Methods inherited from class net.agmodel.utilBean.DataSourceEvent
getDataSourceDetail
 
Methods inherited from class net.agmodel.utilBean.ServerBeanEvent
getServerHTTP, getServerRMI, getSessionID
 
Methods inherited from class net.agmodel.utilBean.ServiceBeanEvent
getServiceHTTP, getServiceRMI
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StationEvent

public StationEvent(Object source,
                    MetBroker newBroker,
                    String newSessionID,
                    MetSourceDetail newMetSource,
                    WeatherStation newStation)

StationEvent

public StationEvent(Object source,
                    MetBrokerHTTP newBroker,
                    String newSessionID,
                    MetSourceDetail newMetSource,
                    WeatherStation newStation)
Method Detail

getWeatherStation

public WeatherStation getWeatherStation()