package weatherproxy;
/**
* Interface WeatherProxy
*/
public interface WeatherProxy {
//
// Fields
//
//
// Methods
//
//
// Accessor methods
//
//
// Other methods
//
/**
* @return Cursor
*/
public Cursor query( );
}