Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
strlst
/
assignments
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
01c28a6c31
Ramas
Etiquetas
master
assignments
/
14a_events
/
14a_1
/
weather
/
IResponse.java
IResponse.java
86 B
Histórico
Raw
1
2
3
4
5
package weather;
public interface IResponse {
public void answer(Weather payload);
}