package com.framsticks.running; public interface OutputListener { void onLineRead(String line); }