stella
Interface WeatherCaster

All Superinterfaces:
Caster
All Known Subinterfaces:
WeatherSurveying
All Known Implementing Classes:
AbstractWeatherSurveyor, AverageSensor, BadSensor, DewPoint, FakeSensor, FakeSolZSensor, HealthSensor, KeystrokeSensor, MoxaSensor, NoiseSolZSensor, OneWireADSensor, OneWireRainSensor, OneWireSensor, ParameterSensor, QuickDumpSensor, RS485RainSensor, RS485Sensor, SimulatorWeather, SolHeightSensor, SolZSensor, Ups, UpsSensor, WeatherSensor, WeatherStation, WeirdSolZSensor

public interface WeatherCaster
extends Caster

The interface comprising the capabilities of adding and removing weather listneres.


Method Summary
 void addWeatherListener(WeatherListener ear)
          Registers a weather event listener to this weather event caster.
 void removeWeatherListener(WeatherListener ear)
          Deregisters a weather event listener from this weather event caster
 

Method Detail

addWeatherListener

void addWeatherListener(WeatherListener ear)
Registers a weather event listener to this weather event caster.


removeWeatherListener

void removeWeatherListener(WeatherListener ear)
Deregisters a weather event listener from this weather event caster