| Package | Description |
|---|---|
| stella | |
| stella.environment | |
| stella.rmi | |
| stella.sensor | |
| stella.util |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterErrorHandler.rmiWeatherChanged(WeatherEvent we)
Handles weather events.
|
void |
MessageListener.rmiWeatherChanged(WeatherEvent we)
The receiving edge of weather events.
|
void |
MasterErrorHandler.weatherChanged(WeatherEvent we)
Handles weather events.
|
void |
WeatherListener.weatherChanged(WeatherEvent we)
The method called by registered weather event casters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentSimulator.weatherChanged(WeatherEvent we)
The weather event receiving edge of the environment master.
|
void |
DomeSimulator.weatherChanged(WeatherEvent we)
The weather event receiving edge of the environment master.
|
void |
ShelterMaster.weatherChanged(WeatherEvent we)
The weather event receiving edge of the environment master.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RmiWeatherListener.rmiWeatherChanged(WeatherEvent we)
The method called by registered weather event casters.
|
| Modifier and Type | Field and Description |
|---|---|
private WeatherEvent |
WeatherStation.lastweather
The last weather event sent.
|
| Modifier and Type | Method and Description |
|---|---|
WeatherEvent |
WeatherStation.getCurrentWeather()
Returns a weather event reflecting the current weather conditions.
|
WeatherEvent |
WeatherSurveying.getCurrentWeather()
Returns the current weather as a weather event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeckhoffRainSensor.notifyWeatherListener(WeatherEvent we)
Parses through the list of registered weather listeners and passes
the argumental weather event to all of them.
|
protected void |
AbstractWeatherSurveyor.notifyWeatherListener(WeatherEvent we)
Notifies all registered WeatherListeners.
|
protected void |
WeatherStation.notifyWeatherListener(WeatherEvent we)
Notifies all registered WeatherListeners.
|
protected void |
WeatherSensor.notifyWeatherListener(WeatherEvent we)
Parses through the list of registered weather listeners and passes
the argumental weather event to all of them.
|
protected void |
RS485RainImminentSensor.notifyWeatherListener(WeatherEvent we)
Parses through the list of registered weather listeners and passes
the argumental weather event to all of them.
|
protected void |
RS485RainSensor.notifyWeatherListener(WeatherEvent we)
Parses through the list of registered weather listeners and passes
the argumental weather event to all of them.
|
void |
WeatherStation.weatherChanged(WeatherEvent we)
The receiver method of weather events.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SimulatorWeather.notifyWeatherListener(WeatherEvent good)
Additionally sets the good-weather trigger.
|