package org.schmivits.airball.airdata; public interface HaveData { void line(String line); void status(String status); }