util
Interface StatusProviding

All Known Subinterfaces:
DomeOperating, RoofOperating, Sheltering, WeatherSurveying
All Known Implementing Classes:
AbstractShelter, AbstractWeatherSurveyor, DomeReceiver, E2VDriver, HumiditySwitch, MagellanDriver, PointingScheduler, RoofReceiver, SimulatorWeather, WeatherStation, WeatherTrigger

public interface StatusProviding

Objects implementing this interface can be queried for their status.


Method Summary
 Object provideStatus()
          Returns the status of this object as an unspecified object.
 

Method Detail

provideStatus

Object provideStatus()
Returns the status of this object as an unspecified object. The simplest status is a single string.