IResponse.java 86 B

12345
  1. package weather;
  2. public interface IResponse {
  3. public void answer(Weather payload);
  4. }