1-Wire Weather Service for Java -- Server API

wxservice
Interface ITask

All Known Implementing Classes:
Anemometer, APRS, Barometer, Barometer2438, CSV, Hygrometer, Precipitation, SensorTask, Thermometer, Watchdog, WindVane, WSI603A, Wunderground

public interface ITask

Task lifecycle management interface.

Author:
Copyright © 2005 - 2010 Karl Uppiano.

Method Summary
 void cancel()
          Terminates the task.
 

Method Detail

cancel

void cancel()
Terminates the task. Cancels all timed tasks.


Copyright © 2005-2009 Karl Uppiano