Open main menu

CDOT Wiki β

Changes

Teams Winter 2011/team2/project

347 bytes added, 16:50, 16 April 2011
no edit summary
<presyntaxhighlight lang="xml">
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: ecl.team2.project.weather
</presyntaxhighlight>
6.Create interface WeatherInterface.<syntaxhighlight lang="java">package ecl.team2.project.weather; import java.util.ArrayList; public interface WeatherInterface { WeatherAndCurrent getWeather(String city) throws Exception; ArrayList<Location> getCity (String city) throws Exception;}</syntaxhighlight>
1
edit